TagHelperAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um atributo auxiliar de marca HTML.
public ref class TagHelperAttribute : Microsoft::AspNetCore::Html::IHtmlContentContainer
public class TagHelperAttribute : Microsoft.AspNetCore.Html.IHtmlContentContainer
type TagHelperAttribute = class
interface IHtmlContentContainer
interface IHtmlContent
type TagHelperAttribute = class
interface IHtmlContent
interface IHtmlContentContainer
Public Class TagHelperAttribute
Implements IHtmlContentContainer
- Herança
-
TagHelperAttribute
- Implementações
Construtores
TagHelperAttribute(String) |
Cria uma instância de TagHelperAttribute com o especificado |
TagHelperAttribute(String, Object) |
Instancia uma nova instância de TagHelperAttribute com o especificado |
TagHelperAttribute(String, Object, HtmlAttributeValueStyle) |
Instancia uma nova instância de TagHelperAttribute com o especificado |
Propriedades
Name |
Obtém nome do atributo. |
Value |
Obtém o valor do atributo. |
ValueStyle |
Obtém o estilo de valor do atributo. |
Métodos
CopyTo(IHtmlContentBuilder) |
Copia o conteúdo contido disso IHtmlContentContainer em |
Equals(Object) |
Um atributo auxiliar de marca HTML. |
Equals(TagHelperAttribute) |
Um atributo auxiliar de marca HTML. |
GetHashCode() |
Um atributo auxiliar de marca HTML. |
MoveTo(IHtmlContentBuilder) |
Move o conteúdo contido disso IHtmlContentContainer para Depois MoveTo(IHtmlContentBuilder) de ser chamada, essa IHtmlContentContainer instância deve ser deixada em um estado vazio. |
WriteTo(TextWriter, HtmlEncoder) |
Grava o conteúdo codificando-o com o especificado |