ParentChunkGenerator.GenerateStartParentChunk Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- target
- Block
- context
- ChunkGeneratorContext