ExpressionChunkGenerator Class¶
- Namespace
Microsoft.AspNetCore.Razor.Chunks.Generators- Assemblies
- Microsoft.AspNetCore.Razor
Syntax¶
public class ExpressionChunkGenerator : ISpanChunkGenerator, IParentChunkGenerator
-
class
Microsoft.AspNetCore.Razor.Chunks.Generators.ExpressionChunkGenerator
Methods¶
-
Equals(System.Object)¶ Return type: System.Boolean public override bool Equals(object obj)
-
GenerateChunk(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span, Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext)¶ public void GenerateChunk(Span target, ChunkGeneratorContext context)
-
GenerateEndParentChunk(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block, Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext)¶ public void GenerateEndParentChunk(Block target, ChunkGeneratorContext context)
-
GenerateStartParentChunk(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block, Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext)¶ public void GenerateStartParentChunk(Block target, ChunkGeneratorContext context)
-
GetHashCode()¶ Return type: System.Int32 public override int GetHashCode()
-
ToString()¶ Return type: System.String public override string ToString()
-