1 write to _defaultTitle
Microsoft.AspNetCore.Components.Web (1)
Head\HeadOutlet.cs (1)
30_defaultTitle = await JSRuntime.InvokeAsync<string>(GetAndRemoveExistingTitle);
2 references to _defaultTitle
Microsoft.AspNetCore.Components.Web (2)
Head\HeadOutlet.cs (2)
44if (!string.IsNullOrEmpty(_defaultTitle)) 62builder.AddContent(1, _defaultTitle);