NameExtensions.Name Method (HtmlHelper, String)
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.
- name
-
Type:
System.String
An expression that identifies the object that contains the name.
Return Value
Type: System.Web.Mvc.MvcHtmlStringThe full HTML field name for the object that is represented by the expression.
Show: