ChunkTreeBuilder.AddChunk(Chunk, SyntaxTreeNode, Boolean) 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 AddChunk (Microsoft.AspNetCore.Razor.Chunks.Chunk chunk, Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode association, bool topLevel = false);
member this.AddChunk : Microsoft.AspNetCore.Razor.Chunks.Chunk * Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode * bool -> unit
Public Sub AddChunk (chunk As Chunk, association As SyntaxTreeNode, Optional topLevel As Boolean = false)
Parameters
- chunk
- Chunk
- association
- SyntaxTreeNode
- topLevel
- Boolean