关于[Blazor - Changing the title without JavaScript]的摘要:
Blazor is a fantastic way to develop interactive sites without the use of JavaScript. But that is not always entirely true, in some cases, you do need JavaScript. One example is changing the Title of a web page, since the title-tag is part of the head-tag, and the head tag is part of the _host.cshtml file it is hard to change from within a component/page.