Gets an application-level resource object based on the specified System.Web.Compilation.ResourceExpressionFields.ClassKey and System.Web.Compilation.ResourceExpressionFields.ResourceKey properties, object type, and property name of the resource.
- className
A string representing a System.Web.Compilation.ResourceExpressionFields.ClassKey.
- resourceKey
A string representing a System.Web.Compilation.ResourceExpressionFields.ResourceKey.
- objType
The type of object in the resource to get.
- propName
The property name of the object to get.
![]()
An object representing the requested resource object; otherwise, null.
Application-level resources are stored in the App_GlobalResources folder. For more information, see Resources in ASP.NET Applications.