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