HtmlHelper.GenerateIdFromName Method (String)
Visual Studio 2010
Creates an HTML element ID using the specified element name.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- name
- Type: System.String
The name of the HTML element.
| Exception | Condition |
|---|---|
| ArgumentNullException | The name parameter is Nothing. |
Community Additions
ADD
Show: