Back to Practical Aspnetcore

New Routing - enable just Razor Pages

projects/endpoint-routing/new-routing/README.md

latest198 B
Original Source

New Routing - enable just Razor Pages

This example shows how to enable just Razor Pages routes in your app using the method app.UseRouting. MVC Controllers won't work at all in this sample.