aspnet / Mvc

[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
5.62k stars 2.14k forks source link

Update MVC to use routing required values for endpoints #8731

Closed JamesNK closed 5 years ago

JamesNK commented 5 years ago

Exploring what MVC code would look like when consuming RoutePatternTransformer.

Neither tests or routing are updated yet so everything will fail.

JamesNK commented 5 years ago

Builds and tests locally.

Unable to complete at the moment without a feature branch build.

JamesNK commented 5 years ago

Replaced with PR on aspnetcore