ParentChunkGenerator.GenerateStartParentChunk 方法

定义

public:
 virtual void GenerateStartParentChunk(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ target, Microsoft::AspNetCore::Razor::Chunks::Generators::ChunkGeneratorContext ^ context);
public virtual 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 -> unit
override this.GenerateStartParentChunk : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block * Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext -> unit
Public Overridable Sub GenerateStartParentChunk (target As Block, context As ChunkGeneratorContext)

参数

target
Block

实现

适用于