ModelChunk Class

Definition

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
ModelChunk

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)

Applies to