Method | Description | |
---|---|---|
RegisterScript ( this html, string releaseFile, string debugFile = null ) : void | ||
RenderRegisteredScripts ( this html ) : System.Web.HtmlString | ||
ScriptBlock ( this html, string jsFile ) : System.Web.HtmlString | ||
ScriptBlock ( this html, string jsFile, object>.IDictionary |
||
ScriptBlock ( this html, string jsFile, object variables ) : System.Web.HtmlString | ||
ScriptVars ( this html, object>.IDictionary |
||
ScriptVars ( this html, string>.IDictionary |
||
ScriptVars ( this html, string variable, Func |
||
ScriptVars ( this html, string variable, object value ) : System.Web.HtmlString | ||
ScriptVars ( this html, string variable, string value ) : System.Web.HtmlString |
Method | Description | |
---|---|---|
CreateScriptTag ( this helper, string src ) : System.Web.Mvc.MvcHtmlString | ||
GetRegisteredScriptsCollection ( this html ) : ICollection |
public static RegisterScript ( this html, string releaseFile, string debugFile = null ) : void | ||
html | this | |
releaseFile | string | |
debugFile | string | |
return | void |
public static RenderRegisteredScripts ( this html ) : System.Web.HtmlString | ||
html | this | |
return | System.Web.HtmlString |
public static ScriptBlock ( this html, string jsFile ) : System.Web.HtmlString | ||
html | this | |
jsFile | string | |
return | System.Web.HtmlString |
public static ScriptBlock ( this html, string jsFile, object>.IDictionary |
||
html | this | |
jsFile | string | |
variables | object>.IDictionary | |
return | System.Web.HtmlString |
public static ScriptBlock ( this html, string jsFile, object variables ) : System.Web.HtmlString | ||
html | this | |
jsFile | string | |
variables | object | |
return | System.Web.HtmlString |
public static ScriptVars ( this html, object>.IDictionary |
||
html | this | |
variables | object>.IDictionary | |
return | System.Web.HtmlString |
public static ScriptVars ( this html, string>.IDictionary |
||
html | this | |
variables | string>.IDictionary | |
return | System.Web.HtmlString |
public static ScriptVars ( this html, string variable, Func |
||
html | this | |
variable | string | |
code | Func |
|
return | System.Web.HtmlString |
public static ScriptVars ( this html, string variable, object value ) : System.Web.HtmlString | ||
html | this | |
variable | string | |
value | object | |
return | System.Web.HtmlString |
public static ScriptVars ( this html, string variable, string value ) : System.Web.HtmlString | ||
html | this | |
variable | string | |
value | string | |
return | System.Web.HtmlString |