DisplayNameExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mechanism to get display names.
public static class DisplayNameExtensions
type DisplayNameExtensions = class
Public Module DisplayNameExtensions
- Inheritance
-
DisplayNameExtensions
Methods
DisplayName(HtmlHelper, String) |
Gets the display name. |
DisplayNameFor<TModel,TValue>(HtmlHelper<IEnumerable<TModel>>, Expression<Func<TModel,TValue>>) |
Gets the display name for the model. |
DisplayNameFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>) |
Gets the display name for the model. |
DisplayNameForModel(HtmlHelper) |
Gets the display name for the model. |