HtmlHelper::AnonymousObjectToHtmlAttributes Method (Object^)
Replaces underscore characters (_) with hyphens (-) in the specified HTML attributes.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: static RouteValueDictionary^ AnonymousObjectToHtmlAttributes( Object^ htmlAttributes )
Parameters
- htmlAttributes
-
Type:
System::Object^
The HTML attributes.
Return Value
Type: System.Web.Routing::RouteValueDictionary^The HTML attributes with underscore characters replaced by hyphens.
Using this method helps to create markup that is compliant with HTML5.
Show: