NameExtensions.NameForModel Method (HtmlHelper)
Gets the full HTML field name for the object that is represented by the expression.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- html
-
Type:
System.Web.Mvc.HtmlHelper
The HTML helper instance that this method extends.
Return Value
Type: System.Web.Mvc.MvcHtmlStringThe full HTML field name for the object that is represented by the expression.
Show: