nateinindy

Results 2 comments of nateinindy

The PageTitle issues 52368/50267/50268/52689, got closed just because it is related to this one. Not sure how they are related, but in all the tickets for the PageTitle issue, I...

Hey Steve. Yeah, the following code does not set the page title. ``` @page "/test" @rendermode @(new InteractiveServerRenderMode(false)) @pageTitle @code { private string pageTitle = ""; protected override async Task...