Actionlink with no routeValues being loaded with routeValue breaking dynamic pages
问题 When you have an actionlink that is written with no routeValues and you load that page with a routeValue specified MVC writes out the actionlink incorrectly. I have had exactly the same bug with MVC attribute routing as well where you specify a url something like this: [Route("reviews/{reviewId}")] I have escpecially had problems with this where it breaks dynamic content pages that are loaded by a routeValue and when you have multiple actionlinks that point to the dynamic action result on the