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