2017-09-24 5 views

答えて

1

はい。 htmlAttributesパラメーターを使用して属性を追加できます。

@Html.TextBoxFor(a => a.lastName , new { data_bind="value: lastName"}) 
関連する問題