aspnetcore/test
Ryan Nowak 7aa5967cd4 Fix #2859 - Correct UrlHelper for special tokens
This change restores a link generation behavior from MVC5 and earlier
where 'action' and 'controller' values are special cased-when using
Url.Action(...).

The change is that in-effect 'action' and 'controller' are always included
in the route values given to the routing system. Passing a null value into
the Url.Action(...) method means that the ambient value for that token
should be used explicitly. This means that the 'action' and 'controller'
tokens become sticky, even when something to the lexical left in the URL
(like area) changes.
2015-08-13 17:04:21 -07:00
..
Microsoft.AspNet.JsonPatch.Test
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
Microsoft.AspNet.Mvc.Core.Test Fix #2859 - Correct UrlHelper for special tokens 2015-08-13 17:04:21 -07:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test Fix #2776 - Add implicit [BindRequired] for value type properties 2015-08-13 15:35:54 -07:00
Microsoft.AspNet.Mvc.Formatters.Json.Test
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests Enabled `LinkTagHelper` to be written in the void format. 2015-08-13 16:19:30 -07:00
Microsoft.AspNet.Mvc.IntegrationTests Remove IScopedInstance - use AsyncLocal for ActionContext and 2015-08-13 15:58:29 -07:00
Microsoft.AspNet.Mvc.Localization.Test React to namespace change in DI. 2015-08-11 14:10:30 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test Enable input, image and url resolution `TagHelper`s to be written as void elements. 2015-08-13 16:19:28 -07:00
Microsoft.AspNet.Mvc.Razor.Test Enable input, image and url resolution `TagHelper`s to be written as void elements. 2015-08-13 16:19:28 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Enable input, image and url resolution `TagHelper`s to be written as void elements. 2015-08-13 16:19:28 -07:00
Microsoft.AspNet.Mvc.Test React to namespace change in DI. 2015-08-11 14:10:30 -07:00
Microsoft.AspNet.Mvc.TestCommon Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
Microsoft.AspNet.Mvc.ViewFeatures.Test Remove IScopedInstance - use AsyncLocal for ActionContext and 2015-08-13 15:58:29 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Remove IScopedInstance - use AsyncLocal for ActionContext and 2015-08-13 15:58:29 -07:00
WebSites Enabled `LinkTagHelper` to be written in the void format. 2015-08-13 16:19:30 -07:00