ModelChunk Class
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::Chunk
C#
public class ModelChunk : Microsoft.AspNetCore.Razor.Chunks.Chunk
type ModelChunk = class
inherit Chunk
Public Class ModelChunk
Inherits Chunk
- Inheritance
Model |
Initializes a new instance of ModelChunk. |
Association | (Inherited from Chunk) |
Model |
Gets the type of the view's model. |
Start | (Inherited from Chunk) |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1 |