TagHelperChunkGenerator 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 ParentChunkGenerator that is responsible for generating valid TagHelperChunks.
public ref class TagHelperChunkGenerator : Microsoft::AspNetCore::Razor::Chunks::Generators::ParentChunkGenerator
public class TagHelperChunkGenerator : Microsoft.AspNetCore.Razor.Chunks.Generators.ParentChunkGenerator
type TagHelperChunkGenerator = class
inherit ParentChunkGenerator
Public Class TagHelperChunkGenerator
Inherits ParentChunkGenerator
- Inheritance
Constructors
| TagHelperChunkGenerator(IEnumerable<TagHelperDescriptor>) |
Instantiates a new TagHelperChunkGenerator. |
Methods
| Equals(Object) | (Inherited from ParentChunkGenerator) |
| GenerateEndParentChunk(Block, ChunkGeneratorContext) |
Ends the generation of a TagHelperChunk capturing all previously visited children since the GenerateStartParentChunk(Block, ChunkGeneratorContext) method was called. |
| GenerateStartParentChunk(Block, ChunkGeneratorContext) |
Starts the generation of a TagHelperChunk. |
| GetHashCode() | (Inherited from ParentChunkGenerator) |