MSMVCME
Pages
Home
Microsoft
ASP.Net MVC
Me
March 28, 2014
เพิ่ม class attribute ใน @Html.EditorFor
หาคุณพยายามใส่ class attribute ใน
Html.EditorFor
แบบด้านล้าง คำตอบคือทำไม่ได้
@Html
.
EditorFor
(
x
=>
x
.
Created
,
new
{@class="one"}
)
ต้องเปลี่ยนเป็น
Html.TextBoxForModel
แทน
@Html
.
TextBoxForModel
(
x
=>
x
.
Created
,
new
{
@class
=
"date"
})
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment