This topic has not yet been rated - Rate this topic

TemplateControl.GetLocalResourceObject Method (String, Type, String)

Gets a page-level resource object based on the specified ResourceKey property, object type, and property name.

Namespace:  System.Web.UI
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

Supported in: 4.5, 4, 3.5, 3.0, 2.0

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.