Wie füge ich data-*
HTML-Attribute mit TextboxFor hinzu?
Folgendes habe ich derzeit:
@Html.TextBoxFor(model => model.Country.CountryName, new { data-url= Url.Action("CountryContains", "Geo") })
Wie Sie sehen, -
verursacht das hier ein Problem data-url
. Wie geht das um?