fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.49k stars 730 forks source link

Pages instead of modals (Master Details) #418

Open JuandreG opened 2 years ago

JuandreG commented 2 years ago

Hi.

First of all thanks for this template, it has really made the process of learning blazor much easier.

I would like to know how we can replace the Add/Edit modals with pages and also have separate controllers for these pages? So how can I have a controller and page for a single Product?

I'm new to blazor and this template but I'm enjoying it a lot.

Regards