ViewDataDictionary.ModelMetadata Property

Definition

Gets or sets information about the model.

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

Property Value

Information about the model.

Applies to