NameExtensions Methods
Namespace:
System.Web.Mvc.Html
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Id(HtmlHelper, String) | Gets the ID of the HtmlHelper string. |
![]() ![]() | IdFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>) | Gets the ID of the HtmlHelper<TModel> string |
![]() ![]() | IdForModel(HtmlHelper) | Gets the ID of the HtmlHelper string. |
![]() ![]() | Name(HtmlHelper, String) | Gets the full HTML field name for the object that is represented by the expression. |
![]() ![]() | NameFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>) | Gets the full HTML field name for the object that is represented by the expression. |
![]() ![]() | NameForModel(HtmlHelper) | Gets the full HTML field name for the object that is represented by the expression. |
Show:

