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)
255
return HandleNavigationBeforeResponseStarted(httpContext, navigationException.
Location
);
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
79
HandleNavigationAfterResponseStarted(writer, httpContext, navigationException.
Location
);