GeneratorResults.ChunkTree 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.
A ChunkTree for the document.
public:
property Microsoft::AspNetCore::Razor::Chunks::ChunkTree ^ ChunkTree { Microsoft::AspNetCore::Razor::Chunks::ChunkTree ^ get(); };
public Microsoft.AspNetCore.Razor.Chunks.ChunkTree ChunkTree { get; }
member this.ChunkTree : Microsoft.AspNetCore.Razor.Chunks.ChunkTree
Public ReadOnly Property ChunkTree As ChunkTree