Gets an application-level resource object based on the specified System.Web.Compilation.ResourceExpressionFields.ClassKey and System.Web.Compilation.ResourceExpressionFields.ResourceKey properties.
- className
- A string representing a System.Web.Compilation.ResourceExpressionFields.ClassKey.
- resourceKey
- A string representing a System.Web.Compilation.ResourceExpressionFields.ResourceKey.
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.