aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Routing
Ryan Nowak b4d1eec87a Makes attribute routing respond to AD updates
This change makes the attribute route capable of responding to updates in
the action descriptor collection.

The change moves the actual route implementation to InnerAttributeRoute.
AttributeRoute now wraps an InnerAttributeRoute - when processing a route,
AttributeRoute will now check with action descriptor collection if its
InnerAttributeRoute is still 'current' and rebuild it if necessary.
2015-02-10 16:01:22 -08:00
..
AttributeRoutePrecedenceTests.cs
AttributeRouteTest.cs Makes attribute routing respond to AD updates 2015-02-10 16:01:22 -08:00
AttributeRoutingTest.cs Makes attribute routing respond to AD updates 2015-02-10 16:01:22 -08:00
InnerAttributeRouteTest.cs Makes attribute routing respond to AD updates 2015-02-10 16:01:22 -08:00