Share via


NameExtensions.NameForModel Method (HtmlHelper)

 

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

Namespace:   System.Web.Mvc.Html
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public static MvcHtmlString NameForModel(
    this HtmlHelper html
)
public:
[ExtensionAttribute]
static MvcHtmlString^ NameForModel(
    HtmlHelper^ html
)
static member NameForModel : 
        html:HtmlHelper -> MvcHtmlString
<ExtensionAttribute>
Public Shared Function NameForModel (
    html As HtmlHelper
) As MvcHtmlString

Parameters

Return Value

Type: System.Web.Mvc.MvcHtmlString

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

See Also

NameExtensions Class
System.Web.Mvc.Html Namespace

Return to top