NameExtensions.IdForModel(HtmlHelper) Method

Definition

Gets the ID of the HtmlHelper string.

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

Parameters

html
HtmlHelper

The HTML helper instance that this method extends.

Returns

The HTML ID attribute value for the object that is represented by the expression.

Applies to