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