When I load a Partial View with some unobtrusive AJAX I also need the URL to change accordingly.
It would be okay if I had to do the work in the jQuery's done() callback
.
But it's not possible right, wihtout loading something new. So the only choise I have is to load a View?