As Blazor being a SPA framework, I would like to know is it possible to set a page title for each individual page in Blazor?
I am currently working on Blazor webassembly project and cannot figure out a way how to add a page title since there is only one index.html as it should be in SPA, but would be really useful if it can be achieved to set title for each "page".