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