System.Web.UI.HtmlControls.HtmlSelectBuilder Class

Interacts with the parser to build an System.Web.UI.HtmlControls.HtmlSelect control.

See Also: HtmlSelectBuilder Members

Syntax

public class HtmlSelectBuilder : System.Web.UI.ControlBuilder

Remarks

The System.Web.UI.HtmlControls.HtmlSelectBuilder control interacts with the page parser to build an System.Web.UI.HtmlControls.HtmlSelect control. Use the System.Web.UI.HtmlControls.HtmlSelectBuilder control to customize the parsing of an System.Web.UI.HtmlControls.HtmlSelect control.

The HtmlSelectBuilder.AllowWhitespaceLiterals property is set to false so that white space is always ignored. Use the HtmlSelectBuilder.GetChildControlType(string, IDictionary) method to determine the type of the System.Web.UI.HtmlControls.HtmlSelect control's child controls.

Requirements

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