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)
public static function AnonymousObjectToHtmlAttributes( htmlAttributes : Object ) : RouteValueDictionary
Parameters
- htmlAttributes
- Type: System.Object
The HTML attributes.
Return Value
Type: System.Web.Routing.RouteValueDictionaryThe HTML attributes with underscore characters replaced by hyphens.
Show: