When a Radzen app starts up, what is the sequence? Is there any documentation on the startup? If there is not a razor page with @page "/" in it, how does the startup pick a page? Can I define a controller that is the default root page?
Thanks!
When a Radzen app starts up, what is the sequence? Is there any documentation on the startup? If there is not a razor page with @page "/" in it, how does the startup pick a page? Can I define a controller that is the default root page?
Thanks!
Hi @terryfryar,
Radzen will always generate the application with start page (/ root), as far as I know only pages can be routes for Blazor routing not controllers: