ฉันจะเพิ่มdata-*
คุณสมบัติ html โดยใช้ TextboxFor ได้อย่างไร
นี่คือสิ่งที่ฉันมีในปัจจุบัน:
@Html.TextBoxFor(model => model.Country.CountryName, new { data-url= Url.Action("CountryContains", "Geo") })
ในขณะที่คุณเห็นเป็นสาเหตุของปัญหาที่นี่-
data-url
ทางรอบนี้คืออะไร?
เป็นไปได้ที่ซ้ำกันของแอตทริบิวต์ hphenated html ด้วย asp.net mvc
—
ED-209