ParentChunkGenerator Class¶
- Namespace
Microsoft.AspNetCore.Razor.Chunks.Generators- Assemblies
- Microsoft.AspNetCore.Razor
Syntax¶
public abstract class ParentChunkGenerator : IParentChunkGenerator
-
class
Microsoft.AspNetCore.Razor.Chunks.Generators.ParentChunkGenerator
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 virtual void GenerateEndParentChunk(Block target, ChunkGeneratorContext context)
-
GenerateStartParentChunk(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block, Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext)¶ public virtual void GenerateStartParentChunk(Block target, ChunkGeneratorContext context)
-
GetHashCode()¶ Return type: System.Int32 public override int GetHashCode()
-
Fields¶
-
Null()¶ Return type: Microsoft.AspNetCore.Razor.Chunks.Generators.IParentChunkGenerator public static readonly IParentChunkGenerator Null
-