TagHelperChunkGenerator.GenerateEndParentChunk Method

Definition

Ends the generation of a TagHelperChunk capturing all previously visited children since the GenerateStartParentChunk(Block, ChunkGeneratorContext) method was called.

public:
 override void GenerateEndParentChunk(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ target, Microsoft::AspNetCore::Razor::Chunks::Generators::ChunkGeneratorContext ^ context);
public override void GenerateEndParentChunk (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block target, Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext context);
override this.GenerateEndParentChunk : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block * Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext -> unit
Public Overrides Sub GenerateEndParentChunk (target As Block, context As ChunkGeneratorContext)

Parameters

target
Block

The Block responsible for this TagHelperChunkGenerator.

context
ChunkGeneratorContext

A ChunkGeneratorContext instance that contains information about the current chunk generation process.

Applies to