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)
348
if (isForm &&
_navigationManager
!= null && !hasExplicitActionValue)
354
_htmlEncoder.Encode(output, GetRootRelativeUrlForFormAction(
_navigationManager
));