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