HtmlSelectBuilder Constructor

Definition

Initializes a new instance of the HtmlSelectBuilder class.

public:
 HtmlSelectBuilder();
public HtmlSelectBuilder ();
Public Sub New ()

Remarks

Note

This constructor is used by ASP.NET when parsing the page and creating the control hierarchy. It is not intended for use in your code.

Applies to

See also