TemplateControl.GetLocalResourceObject Method (String, Type, String)
.NET Framework 4.5
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.ObjectAn 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
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.