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.
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.