Imlementing a Custom IRouter in ASP.NET 5 (vNext) MVC 6
问题 I am attempting to convert this sample RouteBase implementation to work with MVC 6. I have worked out most of it by following the example in the Routing project, but I am getting tripped up on how to return the asynchronous Task from the method. I really don't care if it actually is asynchronous (cheers to anyone who can provide that answer), for now I just want to get it functioning. I have the outgoing routes functioning (meaning ActionLink works fine when I put in the route values). The