RewritingContext.SyntaxTree 屬性

定義

檔語法樹狀結構。

public:
 property Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ SyntaxTree { Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ get(); void set(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ value); };
public Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block SyntaxTree { get; set; }
member this.SyntaxTree : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block with get, set
Public Property SyntaxTree As Block

屬性值

適用於