Compartilhar via


Html32TextWriter.GetTagName(HtmlTextWriterTag) Método

Definição

Retorna o elemento HTML associado ao valor de enumeração HtmlTextWriterTag especificado.

protected:
 override System::String ^ GetTagName(System::Web::UI::HtmlTextWriterTag tagKey);
protected override string GetTagName (System.Web.UI.HtmlTextWriterTag tagKey);
override this.GetTagName : System.Web.UI.HtmlTextWriterTag -> string
Protected Overrides Function GetTagName (tagKey As HtmlTextWriterTag) As String

Parâmetros

tagKey
HtmlTextWriterTag

O valor da enumeração HtmlTextWriterTag para o qual obter o elemento HTML.

Retornos

String

O elemento HTML.

Comentários

Se o HtmlTextWriterTag.Div campo for passado tagKey e a ShouldPerformDivTableSubstitution propriedade for true, o GetTagName método retornará o table elemento.

Aplica-se a