HtmlHelper.AnonymousObjectToHtmlAttributes Method

Replaces underscore characters (_) with hyphens (-) in the specified HTML attributes.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

static member AnonymousObjectToHtmlAttributes : 
        htmlAttributes:Object -> RouteValueDictionary

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: