ScriptExtensions Class

 

Represents the script extensions.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.ScriptExtensions

Syntax

public static class ScriptExtensions
[ExtensionAttribute]
public ref class ScriptExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ScriptExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ScriptExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Script(HtmlHelper, String)

Generates a script file.

System_CAPS_pubmethodSystem_CAPS_static Script(HtmlHelper, String, String)

Generates a script file.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Mvc Namespace

Return to top