hi
i tried to create partial view in my project
at first my project about multi modules each module has it's own logic, pages , services, permissions ...... etc
i created new component called (Wizard) in Src project i want to make partial view within it to get a multiple pages on his own card and make me do an operation CRUD on it like it's pages
i do js code and it get the correct page using it's url but call the all page with the side bars (which including menus and logout and icons)
and i wanna just the main card(body) of it
-
ABP Framework version: v8.0.2
-
UI Type: MVC
-
Database System: EF Core (SQL Server)
1 Answer(s)
-
0
hi
ABP has a widget system, you can check it: https://abp.io/docs/latest/framework/ui/mvc-razor-pages/widgets
I think it is more suitable for your case.
The dashboard widgets.
Thanks.