ChunkTreeBuilder.AddExpressionChunk(String, SyntaxTreeNode) Méthode
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.
public:
void AddExpressionChunk(System::String ^ expression, Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ association);
public void AddExpressionChunk (string expression, Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode association);
member this.AddExpressionChunk : string * Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode -> unit
Public Sub AddExpressionChunk (expression As String, association As SyntaxTreeNode)
Paramètres
- expression
- String
- association
- SyntaxTreeNode