1 write to _navigationManager
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.cs (1)
35_navigationManager = serviceProvider.GetService<NavigationManager>();
2 references to _navigationManager
Microsoft.AspNetCore.Components.Web (2)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (2)
348if (isForm && _navigationManager != null && !hasExplicitActionValue) 354_htmlEncoder.Encode(output, GetRootRelativeUrlForFormAction(_navigationManager));