Inheritance: IWebComponent, IHtmlString
Exemplo n.º 1
0
 public static string GetWebResourceUrl(string resource)
 {
     return(BaseWebComponent.GetWebResourceUrl(typeof(jquery), resource));
 }