Arjun Singh

Arjun Singh

  • NA
  • 37
  • 0

Using two different html template in Blazor

Oct 9 2023 5:04 PM

How to use two different html template with its own set of bootstrap and js library one for landing page and other for dashboard in blazor?

 

1. On first visit of site landing page will be opened with its own set of sub pages (part of landing html template).

2. If user want to access the Dashboard will choose SignIn/SignUp which is actually a page of Dashboard template

3. Both landing and dashboard area is the part of same domain/app


Answers (1)