How do you scaffold a page with a model that is not Entity Framework
Open
area-scaffolding
Feature
- Dominant language
- C#
- Stars
- 818
- Forks
- 260
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
### 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?
Contributor guide
Assessment
This issue has not been assessed yet.