TemplateControl.GetLocalResourceObject Method (String)
.NET Framework 2.0
Gets a page-level resource object based on the specified ResourceKey property.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected Object GetLocalResourceObject ( String resourceKey )
protected function GetLocalResourceObject ( resourceKey : String ) : Object
Not applicable.
Parameters
- resourceKey
A string representing a ResourceKey.
Return Value
An object representing the requested resource object; otherwise, a null reference (Nothing in Visual Basic).Local resource files are stored in the App_LocalResources directory. For more information, see Resources in ASP.NET Applications
Community Additions
ADD
Show: