ChunkTreeBuilder.AddAddTagHelperChunk(String, SyntaxTreeNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void AddAddTagHelperChunk(System::String ^ lookupText, Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ association);
public void AddAddTagHelperChunk (string lookupText, Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode association);
member this.AddAddTagHelperChunk : string * Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode -> unit
Public Sub AddAddTagHelperChunk (lookupText As String, association As SyntaxTreeNode)
Parameters
- lookupText
- String
- association
- SyntaxTreeNode