HtmlSelectBuilder Construtor
Definição
Inicializa uma nova instância da classe HtmlSelectBuilder.Initializes a new instance of the HtmlSelectBuilder class.
public:
HtmlSelectBuilder();
public HtmlSelectBuilder ();
Public Sub New ()
Comentários
Observação
Esse construtor é usado pelo ASP.NET ao analisar a página e criar a hierarquia de controle.This constructor is used by ASP.NET when parsing the page and creating the control hierarchy. Ele não se destina ao uso em seu código.It is not intended for use in your code.