aspnetcore/test/WebSites/RoutingWebSite
Ryan Nowak 9fc3a80056 Remove IActionContextAccessor from UrlHelper
This change removes the IActionContextAccessor as a dependency of
UrlHelper, and shifts UrlHelper to use a factory pattern. Consumers of
IUrlHelper should create an instance using the factory when needed.

This is the last part of MVC that has a dependency on IActionContext
accessor. As part of this change we no longer register it by default, and
treat it as an optional component.
2015-12-02 17:09:43 -08:00
..
Areas
Controllers [Fixes #2931] AttributeRoute does not replace existing route values with null 2015-08-28 11:11:03 -07:00
wwwroot
CountryNeutralAttribute.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
CountrySpecificAttribute.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
HttpMergeAttribute.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
RoutingWebSite.xproj Cleanup .xproj files to avoid future churn 2015-07-17 09:07:23 -07:00
Startup.cs Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
TestResponseGenerator.cs Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
project.json Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
readme.md

readme.md

RoutingWebSite

This web site illustrates how to use conventional and attribute routes.