notes routing - deventry/uosweb-docs-en GitHub Wiki
http://benjii.me/2016/08/global-routes-for-asp-net-core-mvc/
http://www.codeproject.com/Articles/1110613/Understanding-Routing-Precedence-in-ASP-NET-MVC-an
http://mobilemancer.com/2016/07/06/how-to-master-asp-net-core-web-api-attribute-routing/
Simplifying MVC Link Generation - Guidance for Routing with Areas https://github.com/aspnet/Announcements/issues/120
http://shazwazza.com/post/isolated-aspnet-attribute-routing/
http://www.inversionofcontrol.co.uk/asp-net-core-1-0-routing-under-the-hood/
https://github.com/aspnet/Routing
https://github.com/aspnet/Mvc/tree/dev/src/Microsoft.AspNetCore.Mvc.Core/Routing
https://github.com/aspnet/Mvc/tree/dev/samples/CustomRouteSample.Web
https://github.com/aspnet/Routing/tree/dev/samples/RoutingSample.Web
http://stephenwalther.com/archive/2015/02/07/asp-net-5-deep-dive-routing
http://stackoverflow.com/questions/32582232/imlementing-a-custom-irouter-in-asp-net-5-vnext-mvc-6
http://stackoverflow.com/questions/32565768/change-route-collection-of-mvc6-after-startup#32586837
http://www.hanselman.com/blog/AddingACustomInlineRouteConstraintInASPNETCore10.aspx
http://www.strathweb.com/2016/04/request-islocal-in-asp-net-core/