GetLocalResourceObject() public static method

public static GetLocalResourceObject ( string virtualPath, string resourceKey ) : object
virtualPath string
resourceKey string
return object
Beispiel #1
0
 public override object GetLocalResourceObject(string virtualPath, string resourceKey, CultureInfo culture)
 {
     return(HttpContext.GetLocalResourceObject(virtualPath, resourceKey, culture));
 }
 public override object GetLocalResourceObject(string overridePath, string resourceKey)
 {
     return(HttpContext.GetLocalResourceObject(overridePath, resourceKey));
 }