ChunkGeneratorContext.ChunkTreeBuilder Property
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:
property Microsoft::AspNetCore::Razor::Chunks::ChunkTreeBuilder ^ ChunkTreeBuilder { Microsoft::AspNetCore::Razor::Chunks::ChunkTreeBuilder ^ get(); void set(Microsoft::AspNetCore::Razor::Chunks::ChunkTreeBuilder ^ value); };
public Microsoft.AspNetCore.Razor.Chunks.ChunkTreeBuilder ChunkTreeBuilder { get; set; }
member this.ChunkTreeBuilder : Microsoft.AspNetCore.Razor.Chunks.ChunkTreeBuilder with get, set
Public Property ChunkTreeBuilder As ChunkTreeBuilder