Compartilhar via


TagHelperChunk Classe

Definição

Um ParentChunk que representa uma marca HTML especial.

public ref class TagHelperChunk : Microsoft::AspNetCore::Razor::Chunks::ParentChunk
public class TagHelperChunk : Microsoft.AspNetCore.Razor.Chunks.ParentChunk
type TagHelperChunk = class
    inherit ParentChunk
Public Class TagHelperChunk
Inherits ParentChunk
Herança
TagHelperChunk

Construtores

TagHelperChunk(String, TagMode, IList<TagHelperAttributeTracker>, IEnumerable<TagHelperDescriptor>)

Cria a instância de um novo TagHelperChunk.

Propriedades

Association

Um ParentChunk que representa uma marca HTML especial.

(Herdado de Chunk)
Attributes

Os atributos HTML.

Children

Um ParentChunk que representa uma marca HTML especial.

(Herdado de ParentChunk)
Descriptors

Os TagHelperDescriptors associados ao elemento HTML auxiliares de marca.

Start

Um ParentChunk que representa uma marca HTML especial.

(Herdado de Chunk)
TagMode

Obtém a sintaxe HTML do elemento na origem razor.

TagName

O nome da marca HTML.

Aplica-se a