HttpContext.GetLocalResourceObject Method (String, String)
.NET Framework 3.0
Gets a page-level resource object based on the specified VirtualPath and ResourceKey properties.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public static Object GetLocalResourceObject ( String virtualPath, String resourceKey )
public static function GetLocalResourceObject ( virtualPath : String, resourceKey : String ) : Object
Not applicable.
Parameters
- virtualPath
The VirtualPath property for the local resource object.
- resourceKey
A string that represents a ResourceKey property of the requested resource object
Return Value
An Object that represents the requested page-level resource object; otherwise, a null reference (Nothing in Visual Basic) if a matching resource object is found but not a resourceKey parameter.The GetLocalResourceObject method returns a local resource by using the culture that is specified in the CurrentUICulture property.
Community Additions
ADD
Show: