ViewDataDictionary<TModel>.Model Property

Definition

Gets or sets the model.

public TModel Model { get; set; }
member this.Model : 'Model with get, set
Public Property Model As TModel

Property Value

TModel

A reference to the data model.

Applies to