HtmlHelperDisplayNameExtensions 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.
DisplayName-related extensions for IHtmlHelper and IHtmlHelper<TModel>.
public ref class HtmlHelperDisplayNameExtensions abstract sealed
public static class HtmlHelperDisplayNameExtensions
type HtmlHelperDisplayNameExtensions = class
Public Module HtmlHelperDisplayNameExtensions
- Inheritance
-
HtmlHelperDisplayNameExtensions
Methods
DisplayNameFor<TModelItem,TResult>(IHtmlHelper<IEnumerable<TModelItem>>, Expression<Func<TModelItem,TResult>>) |
Returns the display name for the specified |
DisplayNameForModel(IHtmlHelper) |
Returns the display name for the current model. |