I hope to have two different pages in the web app that use different style libraries, such as one using Bootstrap 3 and the other using Bootstrap 5
In .NET 7, two different implementations of _host.cshtml can be used. However, in the .NET 8 web app, there is no longer a host.cshtml file and it has been replaced by an app.razor file.
May I ask how to fulfill my above requirements?