HttpContextWrapper::GetGlobalResourceObject Method

 

Gets an application-level resource.

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

NameDescription
System_CAPS_pubmethodGetGlobalResourceObject(String^, String^)

Gets an application-level resource object based on the specified ClassKey and ResourceKey properties.(Overrides HttpContextBase::GetGlobalResourceObject(String^, String^).)

System_CAPS_pubmethodGetGlobalResourceObject(String^, String^, CultureInfo^)

Gets an application-level resource object based on the specified ClassKey and ResourceKey properties, and on the CultureInfo object.(Overrides HttpContextBase::GetGlobalResourceObject(String^, String^, CultureInfo^).)

Return to top
Show: