您好我需要做到以下幾點:剃刀輸入元素自定義屬性
@Html.TextBoxFor(m => m.Login,
new {
@class = "form-control",
@placeholder = "Username",
required="true" data-required-message="Please insert your name"
})
但IM在data-required-message
收到錯誤似乎我不能使用「 - 」。
任何線索?
的可能的複製[如何指定剃刀數據屬性,例如,數據外部ID =對@ this.Html.CheckBoxFor 「23151」(...)(HTTP:/ /stackoverflow.com/questions/9444805/how-to-specify-data-attributes-in-razor-eg-data-externalid-23151-on-this) – Jasen