IParentChunkGenerator.GenerateStartParentChunk Method      
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.
public:
 void GenerateStartParentChunk(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ target, Microsoft::AspNetCore::Razor::Chunks::Generators::ChunkGeneratorContext ^ context);public void GenerateStartParentChunk(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block target, Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext context);abstract member GenerateStartParentChunk : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block * Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext -> unitPublic Sub GenerateStartParentChunk (target As Block, context As ChunkGeneratorContext)Parameters
- target
- Block
- context
- ChunkGeneratorContext