最佳答案
如何使用TextboxFor添加data-*
html属性?
这是我目前拥有的:
@Html.TextBoxFor(model => model.Country.CountryName, new { data-url= Url.Action("CountryContains", "Geo") })
如你所见,-
在这里造成了一个问题。怎么解决这个问题?