4 references to GetRedirectUrl
Microsoft.AspNetCore.SpaProxy (4)
SpaProxyMiddleware.cs (4)
69_logger.LogInformation($"SPA proxy is ready. Redirecting to {_options.Value.GetRedirectUrl()}."); 71context.Response.Redirect(_options.Value.GetRedirectUrl()); 88<p>This page will automatically redirect to <a href=""{HtmlEncoder.Default.Encode(options.GetRedirectUrl())}"">{HtmlEncoder.Default.Encode(options.GetRedirectUrl())}</a> when the SPA proxy is ready.</p>