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