System.Web.Compilation.IResourceProvider

Defines the interface a class must implement to act as a resource provider.

See Also: IResourceProvider Members

Syntax

public interface IResourceProvider

Remarks

A resource provider facilitates the retrieving of values from a resource file. When an expression of the form <%$ Resources: classKey, resourceKey %> is encountered during page parsing, the resource provider returns the localized value for the resource. The System.Web.Compilation.ResourceProviderFactory class creates instances of System.Web.Compilation.IResourceProvider objects for use in retrieving the values.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0