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::Chunk
public class ModelChunk : Microsoft.AspNetCore.Razor.Chunks.Chunk
type ModelChunk = class
inherit Chunk
Public 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) |