CSSBundleExtensions MvcRenderNamed Method SquishIt API Documentation

Namespace: SquishIt.Mvc
Assembly: SquishIt.Mvc (in SquishIt.Mvc.dll) Version: 0.9.5.0 (0.9.5.0)
Syntax

public static MvcHtmlString MvcRenderNamed(
	this CSSBundle cssBundle,
	string name
)

Return Value

Type: MvcHtmlString

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CSSBundle. When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
See Also