HtmlHelper.AnonymousObjectToHtmlAttributes(Object) Method

Definition

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

public static System.Web.Routing.RouteValueDictionary AnonymousObjectToHtmlAttributes (object htmlAttributes);
static member AnonymousObjectToHtmlAttributes : obj -> System.Web.Routing.RouteValueDictionary
Public Shared Function AnonymousObjectToHtmlAttributes (htmlAttributes As Object) As RouteValueDictionary

Parameters

htmlAttributes
Object

The HTML attributes.

Returns

The HTML attributes with underscore characters replaced by hyphens.

Applies to