ParserResults.Document 属性

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。获取或设置文档语法树中的根节点。

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

属性值

文档语法树中的根节点。

适用于