The following two cases apply to explicitly calling Url.RouteUrl(...) with a named route in ASP.NET MVC 3.0 RC2 Url.RouteUrl("gallery-route-3", new { galleryID = "cats"});A URL for a route specifying 3 optional parameters cannot be generated when two of the optional parameters are not specified.A URL for a route specifying 2 optional parameters cannot be generated when both of the optional parameters are not specified.***********************************Behavior has changed in ASP.NET MVC3 RC2***********************************
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results