HttpContextWrapper::GetLocalResourceObject Method

 

Gets a page-level resource.

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

NameDescription
System_CAPS_pubmethodGetLocalResourceObject(String^, String^)

Gets a page-level resource object based on the specified VirtualPath and ResourceKey properties.(Overrides HttpContextBase::GetLocalResourceObject(String^, String^).)

System_CAPS_pubmethodGetLocalResourceObject(String^, String^, CultureInfo^)

Gets a page-level resource object based on the specified VirtualPath and ResourceKey properties, and on the CultureInfo object.(Overrides HttpContextBase::GetLocalResourceObject(String^, String^, CultureInfo^).)

Return to top
Show: