RewritingContext.SyntaxTree Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Arborescence de syntaxe des documents.
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