HttpContextWrapper.GetLocalResourceObject Method (String, String)
.NET Framework (current version)
Gets a page-level resource object based on the specified VirtualPath and ResourceKey properties.
Assembly: System.Web (in System.Web.dll)
Public Overrides Function GetLocalResourceObject ( virtualPath As String, resourceKey As String ) As Object
Parameters
- virtualPath
-
Type:
System.String
A string that represents the VirtualPath property of the local resource object.
- resourceKey
-
Type:
System.String
A string that represents the ResourceKey property of the requested resource object.
Return Value
Type: System.ObjectThe requested page-level resource object, or null if no matching resource object is found.
.NET Framework
Available since 3.5
Available since 3.5
Show: