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 | |
---|---|---|
![]() ![]() |
Script(HtmlHelper, String) | Generates a script file. |
![]() ![]() |
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
Return to top