- Adding HtmlHelpers for route link generation. - Controller Helpers - UrlHelper and UrlHelperExtensions
This has been compied verbatim from MVC (intentional). The tests have been modernized a bit as well, but all the cases covered in the original are there. This may be moved to HttpAbstractions at some point in the future.
This feature will enforce a contract that link generation has to point to a real action. Read the comments in code for more details and rationale.