Gets an application-level resource object based on the specified System.Web.Compilation.ResourceExpressionFields.ClassKey and System.Web.Compilation.ResourceExpressionFields.ResourceKey properties, and on the System.Globalization.CultureInfo object.
- classKey
- A string that represents the System.Web.Compilation.ResourceExpressionFields.ClassKey property of the requested resource object.
- resourceKey
- A string that represents a System.Web.Compilation.ResourceExpressionFields.ResourceKey property of the requested resource object.
- culture
- A string that represents the System.Globalization.CultureInfo object of the requested resource.
An object that represents the requested application-level resource object, which is localized for the specified culture; otherwise, null if a resource object is not found or if a resource object is found but it does not have the requested property.
The System.Globalization.CultureInfo object represents the culture for which the resource was localized. If the resource is not localized for this culture, the lookup will follow a fallback process to locate an appropriate resource. For more information, see Packaging and Deploying Resources.
In some editing environments, such as Visual Web Developer, the editor might throw a design-time System.Resources.MissingManifestResourceException exception if you use a period (.) in the global resource-key name. However, this does not affect your ability to edit or save the file, and you can ignore the error.