Метод | Описание | |
---|---|---|
ActionUrl ( string Action ) : System.Web.HtmlString | ||
ConfigurationUrl ( ) : System.Web.HtmlString | ||
IncludeJavaScript ( string Resource ) : void | ||
IncludeStyleSheet ( string Resource ) : void | ||
ResourceUrl ( string Resource ) : System.Web.HtmlString | ||
ResourceUrl ( string Resource, bool Download ) : System.Web.HtmlString | ||
WebHelper ( System.Web.HttpContextBase Context, |
Метод | Описание | |
---|---|---|
GenerateUrl ( string RouteName, object>.IDictionary |
||
GenerateUrl ( string RouteName, RouteValueDictionary RouteValues ) : string |
public ActionUrl ( string Action ) : System.Web.HtmlString | ||
Action | string | |
Результат | System.Web.HtmlString |
public ConfigurationUrl ( ) : System.Web.HtmlString | ||
Результат | System.Web.HtmlString |
public IncludeJavaScript ( string Resource ) : void | ||
Resource | string | |
Результат | void |
public IncludeStyleSheet ( string Resource ) : void | ||
Resource | string | |
Результат | void |
public ResourceUrl ( string Resource ) : System.Web.HtmlString | ||
Resource | string | |
Результат | System.Web.HtmlString |
public ResourceUrl ( string Resource, bool Download ) : System.Web.HtmlString | ||
Resource | string | |
Download | bool | |
Результат | System.Web.HtmlString |
public WebHelper ( System.Web.HttpContextBase Context, |
||
Context | System.Web.HttpContextBase | |
Manifest | ||
Результат | Disco.Services.Web.Bundles |