ModelMetadata.DisplayName Property

Visual Studio 2010

Gets or sets the display name of the model.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public virtual string DisplayName { get; set; }

Property Value

Type: System.String
The display name of the model.

This property is used in the LabelFor<TModel, TValue> method to generate the label text.

Community Additions

ADD
Show: