I am making a small project using jQuery, MVC4 with Razon and C#. In my view I have a drop down list and I wish to give it the attribute of data-url=Url.Action(\"Upda
data-url=Url.Action(\"Upda
data-url is not a valid C# identifier.
data-url
Instead, use data_url. MVC will replace _ with -.
data_url
_
-