NameExtensions.IdForModel Method (HtmlHelper)
Gets the ID of the HtmlHelper string.
Namespace: System.Web.Mvc.Html
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public static MvcHtmlString IdForModel(
this HtmlHelper html
)
public:
[ExtensionAttribute]
static MvcHtmlString^ IdForModel(
HtmlHelper^ html
)
static member IdForModel :
html:HtmlHelper -> MvcHtmlString
<ExtensionAttribute>
Public Shared Function IdForModel (
html As HtmlHelper
) As MvcHtmlString
Parameters
html
Type: System.Web.Mvc.HtmlHelperThe HTML helper instance that this method extends.
Return Value
Type: System.Web.Mvc.MvcHtmlString
The HTML ID attribute value for the object that is represented by the expression.
See Also
NameExtensions Class
System.Web.Mvc.Html Namespace
Return to top