16 references to Redirect
Aspire.Dashboard (5)
DashboardEndpointsBuilder.cs (1)
42httpContext.Response.Redirect("/");
DashboardWebApplication.cs (1)
460context.Response.Redirect(TargetLocationInterceptor.StructuredLogsPath);
Model\ValidateTokenMiddleware.cs (3)
59context.Response.Redirect($"{context.Request.Path}{newQuerystring}"); 73context.Response.Redirect(returnUrl.ToString()); 77context.Response.Redirect(DashboardUrls.ResourcesUrl());
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (2)
180Response.Redirect(ticketContext.ReturnUri); 322Response.Redirect(BuildRedirectUri(uri));
Microsoft.AspNetCore.Authentication.Cookies (4)
CookieAuthenticationEvents.cs (4)
54context.Response.Redirect(context.RedirectUri); 71context.Response.Redirect(context.RedirectUri); 87context.Response.Redirect(context.RedirectUri); 103context.Response.Redirect(context.RedirectUri);
Microsoft.AspNetCore.Authentication.OAuth (1)
Events\OAuthEvents.cs (1)
21context.Response.Redirect(context.RedirectUri);
Microsoft.AspNetCore.Components.Endpoints (2)
Builder\OpaqueRedirection.cs (1)
92httpContext.Response.Redirect(url);
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
259httpContext.Response.Redirect(destinationLocation);
Microsoft.AspNetCore.Diagnostics (2)
StatusCodePage\StatusCodePagesExtensions.cs (2)
110context.HttpContext.Response.Redirect(context.HttpContext.Request.PathBase + location); 119context.HttpContext.Response.Redirect(location);