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)
44
if (!string.IsNullOrEmpty(
_defaultTitle
))
62
builder.AddContent(1,
_defaultTitle
);