System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute Class

Specifies the type of resource provider factory for design time. This class cannot be inherited.

See Also: DesignTimeResourceProviderFactoryAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class DesignTimeResourceProviderFactoryAttribute : Attribute

Remarks

The System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute class allows a System.Web.Compilation.ResourceProviderFactory object to specify the type of the associated System.Web.UI.Design.DesignTimeResourceProviderFactory object. The System.Web.UI.Design.DesignTimeResourceProviderFactory class is used to create design-time providers for reading and writing resources. Within vsprvsext, a developer can use the Generate Local Resource command on the Tools menu to create resources during design time.

Requirements

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