TagHelperChunk Clase

Definición

ParentChunkQue representa una etiqueta 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
Herencia
TagHelperChunk

Constructores

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

Crea una instancia de un nuevo objeto TagHelperChunk.

Propiedades

Association (Heredado de Chunk)
Attributes

Atributos HTML.

Children (Heredado de ParentChunk)
Descriptors

Los TagHelperDescriptor que están asociados con el elemento HTML de las aplicaciones auxiliares de etiquetas.

Start (Heredado de Chunk)
TagMode

Obtiene la sintaxis HTML del elemento en el origen de Razor.

TagName

El nombre de la etiqueta HTML.

Se aplica a