HttpContextBase.GetGlobalResourceObject Method (String, String)
.NET Framework (current version)
When overridden in a derived class, gets an application-level resource object based on the specified ClassKey and ResourceKey properties.
Assembly: System.Web (in System.Web.dll)
Parameters
- classKey
-
Type:
System.String
A string that represents the ClassKey property of the requested resource object.
- resourceKey
-
Type:
System.String
A string that represents the ResourceKey property of the requested resource object.
Return Value
Type: System.ObjectThe requested application-level resource object, or null if no matching resource object is found.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: