TagHelperChunk Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |