DynamicAttributeBlockChunkGenerator Class¶
- Namespace
Microsoft.AspNetCore.Razor.Chunks.Generators- Assemblies
- Microsoft.AspNetCore.Razor
Syntax¶
public class DynamicAttributeBlockChunkGenerator : ParentChunkGenerator, IParentChunkGenerator
-
class
Microsoft.AspNetCore.Razor.Chunks.Generators.DynamicAttributeBlockChunkGenerator
Constructors¶
-
DynamicAttributeBlockChunkGenerator(Microsoft.AspNetCore.Razor.Text.LocationTagged<System.String>, Microsoft.AspNetCore.Razor.SourceLocation)¶ public DynamicAttributeBlockChunkGenerator(LocationTagged<string> prefix, SourceLocation valueStart)
-
DynamicAttributeBlockChunkGenerator(Microsoft.AspNetCore.Razor.Text.LocationTagged<System.String>, System.Int32, System.Int32, System.Int32) public DynamicAttributeBlockChunkGenerator(LocationTagged<string> prefix, int offset, int line, int col)
-
Methods¶
-
Equals(System.Object)¶ Return type: System.Boolean public override bool Equals(object obj)
-
GenerateEndParentChunk(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block, Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext)¶ public override void GenerateEndParentChunk(Block target, ChunkGeneratorContext context)
-
GenerateStartParentChunk(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block, Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext)¶ public override void GenerateStartParentChunk(Block target, ChunkGeneratorContext context)
-
GetHashCode()¶ Return type: System.Int32 public override int GetHashCode()
-
ToString()¶ Return type: System.String public override string ToString()
-
Properties¶
-
Microsoft.AspNetCore.Razor.Chunks.Generators.DynamicAttributeBlockChunkGenerator.Prefix¶ Return type: Microsoft.AspNetCore.Razor.Text.LocationTagged<System.String> public LocationTagged<string> Prefix { get; }
-
Microsoft.AspNetCore.Razor.Chunks.Generators.DynamicAttributeBlockChunkGenerator.ValueStart¶ Return type: Microsoft.AspNetCore.Razor.SourceLocation public SourceLocation ValueStart { get; }
-