HtmlHelperExtensions BundleJavaScript 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 JavaScriptBundle BundleJavaScript(
	this HtmlHelper html
)

Parameters

html
Type: HtmlHelper

Return Value

Type: JavaScriptBundle

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlHelper. 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