WebViewPage<TModel>.Model Property

Definition

Gets the Model property of the associated ViewDataDictionary object.

public TModel Model { get; }
member this.Model : 'Model
Public ReadOnly Property Model As TModel

Property Value

TModel

The Model property of the associated ViewDataDictionary object.

Applies to