Block Class
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 ref class Block : Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNodepublic class Block : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNodetype Block = class
    inherit SyntaxTreeNodePublic Class Block
Inherits SyntaxTreeNode- Inheritance
- Derived
Constructors
| Block(BlockBuilder) | |
| Block(Nullable<BlockType>, IReadOnlyList<SyntaxTreeNode>, IParentChunkGenerator) | 
Properties
| Children | |
| ChunkGenerator | |
| IsBlock | |
| Length | |
| Parent | (Inherited from SyntaxTreeNode) | 
| Start | |
| Type | |