TemplateControl.GetGlobalResourceObject Method (String, String)
.NET Framework 3.0
Gets an application-level resource object based on the specified ClassKey and ResourceKey properties.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected Object GetGlobalResourceObject ( String className, String resourceKey )
protected function GetGlobalResourceObject ( className : String, resourceKey : String ) : Object
Not applicable.
Parameters
- className
A string representing a ClassKey.
- resourceKey
A string representing a ResourceKey.
Return Value
An object representing the requested resource object; otherwise, a null reference (Nothing in Visual Basic).Application-level resources are stored in the App_GlobalResources folder. For more information, see Resources in ASP.NET Applications.
Community Additions
ADD
Show: