ModelChunk Class 
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.
Chunk for an @model directive.
public ref class ModelChunk : Microsoft::AspNetCore::Razor::Chunks::Chunkpublic class ModelChunk : Microsoft.AspNetCore.Razor.Chunks.Chunktype ModelChunk = class
    inherit ChunkPublic Class ModelChunk
Inherits Chunk- Inheritance
Constructors
| ModelChunk(String) | Initializes a new instance of ModelChunk. | 
Properties
| Association | (Inherited from Chunk) | 
| ModelType | Gets the type of the view's model. | 
| Start | (Inherited from Chunk) |