ivaylokenov / AspNet.Mvc.TypedRouting

A collection of extension methods providing strongly typed routing and link generation for ASP.NET Core MVC projects.
https://mytestedasp.net/
MIT License
485 stars 36 forks source link

Design improvement #1

Closed ivaylokenov closed 8 years ago

ivaylokenov commented 8 years ago

The package works fine currently but there are design issues I want to improve. I spent hours searching through the ASP.NET MVC 6 source code and the current implementation is the best thing I could acomplish.

If you have any suggestions, please let me know with a comment here or with a pull request.