TemplateControl::GetLocalResourceObject Method (String^)
.NET Framework (current version)
Gets a page-level resource object based on the specified ResourceKey property.
Assembly: System.Web (in System.Web.dll)
Parameters
- resourceKey
-
Type:
System::String^
A string representing a ResourceKey.
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: