HtmlHelper.AnonymousObjectToHtmlAttributes(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.