2 references to CreateProtectedRedirectionUrl
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
269OpaqueRedirection.CreateProtectedRedirectionUrl(httpContext, destinationLocation));
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
244writer.Write(HtmlEncoder.Default.Encode(OpaqueRedirection.CreateProtectedRedirectionUrl(httpContext, destinationUrl)));