HtmlHelper.AnonymousObjectToHtmlAttributes(Object) Method

Definition

Creates a dictionary of HTML attributes from the input object, translating underscores to dashes.

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

Anonymous object describing HTML attributes.

Returns

A dictionary that represents HTML attributes.

Applies to