ChunkHelper.GetModelChunk(ChunkTree) 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.
Returns the ModelChunk used to determine the model name for the page generated
using the specified chunkTree
public:
 static Microsoft::AspNetCore::Mvc::Razor::ModelChunk ^ GetModelChunk(Microsoft::AspNetCore::Razor::Chunks::ChunkTree ^ chunkTree);public static Microsoft.AspNetCore.Mvc.Razor.ModelChunk GetModelChunk(Microsoft.AspNetCore.Razor.Chunks.ChunkTree chunkTree);static member GetModelChunk : Microsoft.AspNetCore.Razor.Chunks.ChunkTree -> Microsoft.AspNetCore.Mvc.Razor.ModelChunkPublic Shared Function GetModelChunk (chunkTree As ChunkTree) As ModelChunkParameters
- chunkTree
- ChunkTree
The ChunkTree to scan for ModelChunks in.
Returns
The last ModelChunk in the ChunkTree if found, null otherwise.