Gets a page-level resource object based on the specified ResourceKey property, object type, and property name.
Assembly: System.Web (in System.Web.dll)
Syntax . . :: . Object
An object representing the requested resource object; otherwise,null Nothing nullptr a null reference (Nothing in Visual Basic) .
Protected Function GetLocalResourceObject ( _
resourceKey As String, _
objType As Type, _
propName As String _
) As Objectprotected Object GetLocalResourceObject(
string resourceKey,
Type objType,
string propName
)protected:
Object^ GetLocalResourceObject(
String^ resourceKey,
Type^ objType,
String^ propName
)member GetLocalResourceObject :
resourceKey:string *
objType:Type *
propName:string -> Object
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: SystemAn object representing the requested resource object; otherwise,
Remarks
Local resource files are stored in the App_LocalResources directory. For more information, see Resources in ASP.NET Applications
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.