Question: Dynamic title tag for Blazor app #13857
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Is your feature request related to a problem? Please describe.
Hi, I'd like to dynamically change the
<title>
tag for a Blazor app.Since the title is normally defined in a static asset, like
index.html
orindex.cshtml
this seems impossible so far. However, with the help ofLayoutComponentBase
this would work when defining allhead
information there. Then thescript
tags would also be defined there - but this is not recommended.Today, is there any solution for this?
The text was updated successfully, but these errors were encountered: