TagHelperChunk Class

Definition

A ParentChunk that represents a special HTML tag.

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
Inheritance
TagHelperChunk

Constructors

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

Instantiates a new TagHelperChunk.

Properties

Association (Inherited from Chunk)
Attributes

The HTML attributes.

Children (Inherited from ParentChunk)
Descriptors

The TagHelperDescriptors that are associated with the tag helpers HTML element.

Start (Inherited from Chunk)
TagMode

Gets the HTML syntax of the element in the Razor source.

TagName

The HTML tag name.

Applies to