的Html.TextBox
語法是:如何將html5數據屬性添加到asp.net mvc中的Html.TextBox?
public static MvcHtmlString TextBox(this HtmlHelper htmlHelper, string name,
object value, object htmlAttributes);
於是,我把我的數據屬性,htmlAttributes
。我試過
@Html.TextBox("date",Model.Date,new { data-myid="aaa"})
但這對我不起作用。
+1即使你加上'data_my_id_attribute'它將整體轉換'數據我-ID-attribute'! –