ModelMetadata.GetDisplayName Method
Visual Studio 2010
Gets the display name for the model.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
If the DisplayName property is not Nothing, the DisplayName property is returned. If the DisplayName property is Nothing, and the PropertyName property is not Nothing, the PropertyName property is returned. If the DisplayName property is null and the PropertyName property is Nothing, the ModelType name is returned.
Community Additions
ADD
Show: