ASP.NET MVC JavaScript Routing
- by zowens
Have you ever done this sort of thing in your ASP.NET MVC view?
The weird thing about this isn’t the alert function, it’s the code block containing the Url formation using the ASP.NET MVC UrlHelper. The terrible thing about this experience is the obvious lack of IntelliSense and this ugly inline JavaScript code. Inline JavaScript isn’t…