Is your feature request related to a problem? Please describe.
We use all kinds of data persistence, table storage, blob storage, Cosmos and the like, but it seems the only way to scaffold a page is with Entity Framework
Describe the solution you'd like
Adopt the same pattern as you have for MVC, when you create a page you can choose any model it does not have to be Entity Framework.
Describe alternatives you've considered
Scaffold the page in an MVC View and copy and paste it?
Is your feature request related to a problem? Please describe.
We use all kinds of data persistence, table storage, blob storage, Cosmos and the like, but it seems the only way to scaffold a page is with Entity Framework
Describe the solution you'd like
Adopt the same pattern as you have for MVC, when you create a page you can choose any model it does not have to be Entity Framework.
Describe alternatives you've considered
Scaffold the page in an MVC View and copy and paste it?