1 write to Location
Microsoft.AspNetCore.Components (1)
NavigationException.cs (1)
16Location = uri;
2 references to Location
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
255return HandleNavigationBeforeResponseStarted(httpContext, navigationException.Location);
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
79HandleNavigationAfterResponseStarted(writer, httpContext, navigationException.Location);