NameExtensions.NameForModel(HtmlHelper) Method

Definition

Gets the full HTML field name for the object that is represented by the expression.

public static System.Web.Mvc.MvcHtmlString NameForModel (this System.Web.Mvc.HtmlHelper html);
static member NameForModel : System.Web.Mvc.HtmlHelper -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function NameForModel (html As HtmlHelper) As MvcHtmlString

Parameters

html
HtmlHelper

The HTML helper instance that this method extends.

Returns

The full HTML field name for the object that is represented by the expression.

Applies to