HtmlHelper.AnonymousObjectToHtmlAttributes(Object) メソッド

定義

指定した HTML 属性のアンダースコア文字 (_) をハイフン (-) に置き換えます。

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

パラメーター

htmlAttributes
Object

HTML 属性。

戻り値

ハイフンに置き換えられるアンダースコア文字が使用されている HTML 属性。

適用対象