aspnetcore/src
Ryan Nowak f34ed467e4 Fix for #246 - ActionLink generating wrong urls
There's an overload that's missing from ActionLink but is present on url
helper, making it very easy to mistakenly pass the wrong data. In the case
of #246, the controller name is treated as the route-values and the
route-values treated as html attributes, leading to the wrong link being
generated.
2014-04-15 15:23:59 -07:00
..
Common Cleanup Display, Partial, and Validation extensions 2014-04-10 17:12:16 -07:00
Microsoft.AspNet.Mvc Cleanup Display, Partial, and Validation extensions 2014-04-10 17:12:16 -07:00
Microsoft.AspNet.Mvc.Core Fix for #246 - ActionLink generating wrong urls 2014-04-15 15:23:59 -07:00
Microsoft.AspNet.Mvc.ModelBinding Reviving support for IValidatableObject in CoreCLR 2014-04-10 22:09:57 -07:00
Microsoft.AspNet.Mvc.Razor Bringing back Razor.Host as an assembly as a TEMPORARY WORKAROUND 2014-04-10 15:54:47 -07:00
Microsoft.AspNet.Mvc.Razor.Host Bringing back Razor.Host as an assembly as a TEMPORARY WORKAROUND 2014-04-10 15:54:47 -07:00