ParserResults.Document Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the root node in the document’s syntax tree.

public System.Web.Razor.Parser.SyntaxTree.Block Document { get; }
member this.Document : System.Web.Razor.Parser.SyntaxTree.Block
Public ReadOnly Property Document As Block

Property Value

The root node in the document’s syntax tree.

Applies to