GetWebResourceUrl() public static method

public static GetWebResourceUrl ( Type type, string resource ) : string
type System.Type
resource string
return string
Ejemplo n.º 1
0
 public static string GetWebResourceUrl(string resource)
 {
     return(BaseWebComponent.GetWebResourceUrl(typeof(jquery), resource));
 }