1 write to Location
Microsoft.AspNetCore.Components (1)
NavigationException.cs (1)
16Location = uri;
4 references to Location
Microsoft.AspNetCore.Components.Endpoints (4)
Rendering\EndpointHtmlRenderer.Prerendering.cs (3)
209else if (IsPossibleExternalDestination(httpContext.Request, navigationException.Location) 217OpaqueRedirection.CreateProtectedRedirectionUrl(httpContext, navigationException.Location)); 222httpContext.Response.Redirect(navigationException.Location);
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
76HandleNavigationAfterResponseStarted(writer, httpContext, navigationException.Location);