C# 클래스 HermaFx.Mvc.Html.ScriptExtensions

HTML script node extensions.
파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
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 variables ) : System.Web.HtmlString
ScriptBlock ( this html, string jsFile, object variables ) : System.Web.HtmlString
ScriptVars ( this html, object>.IDictionary variables ) : System.Web.HtmlString
ScriptVars ( this html, string>.IDictionary variables ) : System.Web.HtmlString
ScriptVars ( this html, string variable, Func code ) : System.Web.HtmlString
ScriptVars ( this html, string variable, object value ) : System.Web.HtmlString
ScriptVars ( this html, string variable, string value ) : System.Web.HtmlString

비공개 메소드들

메소드 설명
CreateScriptTag ( this helper, string src ) : System.Web.Mvc.MvcHtmlString
GetRegisteredScriptsCollection ( this html ) : ICollection

메소드 상세

RegisterScript() 공개 정적인 메소드

public static RegisterScript ( this html, string releaseFile, string debugFile = null ) : void
html this
releaseFile string
debugFile string
리턴 void

RenderRegisteredScripts() 공개 정적인 메소드

public static RenderRegisteredScripts ( this html ) : System.Web.HtmlString
html this
리턴 System.Web.HtmlString

ScriptBlock() 공개 정적인 메소드

public static ScriptBlock ( this html, string jsFile ) : System.Web.HtmlString
html this
jsFile string
리턴 System.Web.HtmlString

ScriptBlock() 공개 정적인 메소드

public static ScriptBlock ( this html, string jsFile, object>.IDictionary variables ) : System.Web.HtmlString
html this
jsFile string
variables object>.IDictionary
리턴 System.Web.HtmlString

ScriptBlock() 공개 정적인 메소드

public static ScriptBlock ( this html, string jsFile, object variables ) : System.Web.HtmlString
html this
jsFile string
variables object
리턴 System.Web.HtmlString

ScriptVars() 공개 정적인 메소드

public static ScriptVars ( this html, object>.IDictionary variables ) : System.Web.HtmlString
html this
variables object>.IDictionary
리턴 System.Web.HtmlString

ScriptVars() 공개 정적인 메소드

public static ScriptVars ( this html, string>.IDictionary variables ) : System.Web.HtmlString
html this
variables string>.IDictionary
리턴 System.Web.HtmlString

ScriptVars() 공개 정적인 메소드

public static ScriptVars ( this html, string variable, Func code ) : System.Web.HtmlString
html this
variable string
code Func
리턴 System.Web.HtmlString

ScriptVars() 공개 정적인 메소드

public static ScriptVars ( this html, string variable, object value ) : System.Web.HtmlString
html this
variable string
value object
리턴 System.Web.HtmlString

ScriptVars() 공개 정적인 메소드

public static ScriptVars ( this html, string variable, string value ) : System.Web.HtmlString
html this
variable string
value string
리턴 System.Web.HtmlString