に属性「データ・メッセージ」を追加:ASP.NET MVC私は、「データ・メッセージ」属性を持つモデルのプロパティのテキストボックスを作成MVC 4を使用してHtml.TextBoxFor
@Html.TextBoxFor(o => o.TradeOrder.Symbol, new {data-message="Required"})
しかし、私が手次のエラー:
Invalid anonymous type member declarator. Anonymous type members must be declared with a member assignment, simple name or member access.
ここに詳しい情報がありますhttp://stackoverflow.com/questions/2520487/how-to-use-html-5-data-attributes-in-asp-net-mvc –