C# Class Signum.Web.BasicScriptHtmlManager

Mostra file Open project: signumsoftware/framework

Public Properties

Property Type Description
MainAssembly System.Reflection.Assembly
Subdomain string>.Func

Protected Properties

Property Type Description
cssElement string
jsElement string

Public Methods

Method Description
CombinedScript ( HtmlHelper html, string files, ScriptType scriptType ) : System.Web.Mvc.MvcHtmlString
GerUrlsFor ( string files, ScriptType scriptType ) : string[]

Method Details

CombinedScript() public method

public CombinedScript ( HtmlHelper html, string files, ScriptType scriptType ) : System.Web.Mvc.MvcHtmlString
html HtmlHelper
files string
scriptType ScriptType
return System.Web.Mvc.MvcHtmlString

GerUrlsFor() public method

public GerUrlsFor ( string files, ScriptType scriptType ) : string[]
files string
scriptType ScriptType
return string[]

Property Details

MainAssembly public_oe property

public Assembly,System.Reflection MainAssembly
return System.Reflection.Assembly

Subdomain public_oe property

public Func Subdomain
return string>.Func

cssElement protected_oe static_oe property

protected static string cssElement
return string

jsElement protected_oe static_oe property

protected static string jsElement
return string