Partager via


AddTagHelperChunkGenerator.GenerateChunk(Span, ChunkGeneratorContext) Méthode

Définition

Génère AddTagHelperChunks.

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

Paramètres

target
Span

responsable Span de ce AddTagHelperChunkGenerator.

context
ChunkGeneratorContext

Instance ChunkGeneratorContext qui contient des informations sur le processus de génération de bloc actuel.

S’applique à