HttpContextBase::GetLocalResourceObject Method (String^, String^)

 

When overridden in a derived class, gets a page-level resource object based on the specified VirtualPath and ResourceKey properties.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual Object^ GetLocalResourceObject(
	String^ virtualPath,
	String^ resourceKey
)

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::Object^

The requested page-level resource object, or null if no matching resource object is found.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: