TemplateControl::GetGlobalResourceObject Method (String^, String^, Type^, String^)
.NET Framework (current version)
Gets an application-level resource object based on the specified ClassKey and ResourceKey properties, object type, and property name of the resource.
Assembly: System.Web (in System.Web.dll)
protected:
Object^ GetGlobalResourceObject(
String^ className,
String^ resourceKey,
Type^ objType,
String^ propName
)
Parameters
- className
-
Type:
System::String^
A string representing a ClassKey.
- resourceKey
-
Type:
System::String^
A string representing a ResourceKey.
- objType
-
Type:
System::Type^
The type of object in the resource to get.
- propName
-
Type:
System::String^
The property name of the object to get.
Return Value
Type: System::Object^An object representing the requested resource object; otherwise, null.
Application-level resources are stored in the App_GlobalResources folder. For more information, see Resources in ASP.NET Applications.
.NET Framework
Available since 2.0
Available since 2.0
Show: