HtmlHelper.GenerateIdFromName Method
Include Protected Members
Include Inherited Members
Creates an HTML element ID using the specified element name.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GenerateIdFromName(String) | Creates an HTML element ID using the specified element name. | |
GenerateIdFromName(String, String) | Creates an HTML element ID using the specified element name and a string that replaces dots in the name. |
Top