aspnetcore/samples/MvcSample.Web
Javier Calvarro Nelson 3ab0c3af29 [Issue #733] Attribute Routing: Implement Order
1. Added an Order property to IRouteTemplateProvider, ReflectedAttributeRouteModel,
   AttributeRouteInfo, AttributeRouteLinkGenerationEntry and AttributeRouteMatchingEntry.

2. Changed the implementation of AttributeRoute to take the order into account when routing
   incomming requests and generating links.

3. Ensured a stable ordering of route entries with the same order and precedence for route
   matching and link generation based on the template text.

4. Added tests to validate that the precedence gets respected in route matching and link generation.

5. Added tests to validate that the order gets respected in route matching and link generation.

6. Added tests to validate that the order gets respected over the precedence for route matching
   and link generation.

7. Added tests to validate that routes with the same order and precedence expose a stable ordering
   for route matching and link generation.
2014-08-14 11:21:05 -07:00
..
App_Data Add AutoFac to the MVC sample 2014-06-09 15:00:40 -07:00
Areas/Travel
Components View components - More built in return methods (Fix #354) 2014-06-02 23:12:42 -07:00
Content
Filters
Models Changes to support DisplayColumn attribute. Updating the MvcSample as well to start using DisplayColumn attribute. Adding UnitTests for the same. 2014-06-10 16:45:55 -07:00
Monitoring Add Service monitoring as middleware to make sure the monitoring doesn't affect autofac services counts 2014-06-16 19:03:30 -07:00
Services Adding support for @Inject to Mvc 2014-06-09 13:43:08 -07:00
Views Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
FiltersController.cs Introducing ChallengeResult to call Response.Challenge() 2014-06-06 10:31:18 -07:00
Home2Controller.cs Adding support for ActivateAttribute via IControllerActivator 2014-06-23 11:00:28 -07:00
HomeController.cs [Issue #733] Attribute Routing: Implement Order 2014-08-14 11:21:05 -07:00
LinkController.cs
MvcSample.Web.kproj ViewStarts need to be executed as part of View execution 2014-07-23 16:45:25 -07:00
OverloadController.cs Remove ActionResultHelper 2014-06-11 11:17:45 -07:00
SimplePocoController.cs
SimpleRest.cs Adding parameter replacement 2014-07-29 16:14:57 -07:00
Startup.cs Data Token support changes 2014-08-11 11:38:10 -07:00
ViewMetadata.cs
project.json Renamed configurations to frameworks in project.json 2014-07-13 21:58:12 -07:00
web.Debug.config
web.Release.config
web.config