ParserResults.Document Property  
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.
The root node in the document's syntax tree.
public:
 property Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ Document { Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ get(); };public Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block Document { get; }member this.Document : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockPublic ReadOnly Property Document As Block