DisplayNameExtensions Class
Provides a mechanism to get display names.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DisplayName(HtmlHelper^, String^) | Gets the display name. |
![]() ![]() | DisplayNameFor<TModel, TValue>(HtmlHelper<TModel>^, Expression<Func<TModel, TValue>^>^) | Gets the display name for the model. |
![]() ![]() | DisplayNameFor<TModel, TValue>(HtmlHelper<IEnumerable<TModel>^>^, Expression<Func<TModel, TValue>^>^) | Gets the display name for the model. |
![]() ![]() | DisplayNameForModel(HtmlHelper^) | Gets the display name for the model. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

