ViewDataDictionary<TModel>.ModelMetadata Property

Definition

Gets or sets information about the model.

public override System.Web.Mvc.ModelMetadata ModelMetadata { get; set; }
member this.ModelMetadata : System.Web.Mvc.ModelMetadata with get, set
Public Overrides Property ModelMetadata As ModelMetadata

Property Value

Information about the model.

Applies to