cli
cli copied to clipboard
Add Support for aspnetcore 2 Razor Pages
I'm submitting a feature request
Add Support for aspnetcore 2.0 Razor Pages
- What is the motivation / use case for changing the behavior?
Razor Pages are now recommended for new development, especially for new developers. It would be good to support them.
They're also ideal for SPAs because controllers typically just define the Get action and Return(View()) mapping to default convention-based razor view location.