[Blazor] Allow ability to change page title dynamically. #9897
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Milestone
Sometimes you may want to change the page title dynamically depending on certain circumstances. As far as I can see, the page title is set on
index.html
and given that this is just a regular html page I can’t use something like razor syntax to perhaps call a function that would get the correct page title dynamically.I realize that there are other ways to accomplish this such as using JavaScript but it would be nice to not have to.
The text was updated successfully, but these errors were encountered: