HttpContextBase::GetGlobalResourceObject Method (String^, String^, CultureInfo^)

 

When overridden in a derived class, gets an application-level resource object based on the specified ClassKey and ResourceKey properties, and on the CultureInfo object.

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

public:
virtual Object^ GetGlobalResourceObject(
	String^ classKey,
	String^ resourceKey,
	CultureInfo^ culture
)

Parameters

classKey
Type: System::String^

A string that represents the ClassKey property of the requested resource object.

resourceKey
Type: System::String^

A string that represents the ResourceKey property of the requested resource object.

culture
Type: System.Globalization::CultureInfo^

A string that represents the CultureInfo object of the requested resource.

Return Value

Type: System::Object^

The requested application-level resource object, which is localized for the specified culture, or null if no matching resource object is found.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: