I wish to have around two_Host.cshtml. The idea is, i have a login page that have very different required css and js, and a main/dashboard page that has different required css and js as well, I do not want to load all this css and js in the single _Host.cshtml, one for the login page with its staffs and the other for main dashboard area. I already know the concept of multiple layouts but this does not solve the problem. Please help.
Of course i can play with the layout, my challenge is to use _Host.cshtml in Users folder for a select components like UserLoginView.razor and DasboardView.razor to use _Host.cshtml in Pages folder.

