How can I set the <PageTitle> and <HeadContent> after OnInitializedAsync()? #57462
Unanswered
DavidThielen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi;
I am trying to set both of these with data that I read in from the DB in OnInitializedAsync(). The problem is, they are both rendered before OnInitializedAsync() is called. How can I set them after OnInitializedAsync() completes?
And associated call. My head content is:
But the
application/ld+json
is rendered asapplication/ld+json
. How do I get it to leave the+
alone?thanks - dave
Beta Was this translation helpful? Give feedback.
All reactions