System.Web.UI.ControlBuilderAttribute Class

Specifies a System.Web.UI.ControlBuilder class for building a custom control within the ASP.NET parser. This class cannot be inherited.

See Also: ControlBuilderAttribute Members

Syntax

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

Remarks

This attribute specifies the builder Type to be used to create a custom control as shown in the following code:

Example

[ControlBuilderAttribute(typeof(ControlBuilderType))]

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0