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