ExpressionChunkGenerator.GenerateChunk(Span, ChunkGeneratorContext) 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:
 virtual void GenerateChunk(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ target, Microsoft::AspNetCore::Razor::Chunks::Generators::ChunkGeneratorContext ^ context);public void GenerateChunk(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span target, Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext context);abstract member GenerateChunk : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext -> unit
override this.GenerateChunk : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext -> unitPublic Sub GenerateChunk (target As Span, context As ChunkGeneratorContext)Parameters
- target
- Span
- context
- ChunkGeneratorContext