2 references to RedirectionEndpointBaseRelativeUrl
Microsoft.AspNetCore.Components.Endpoints (2)
Builder\OpaqueRedirection.cs (2)
48
return $"{
RedirectionEndpointBaseRelativeUrl
}?url={UrlEncoder.Default.Encode(protectedUrl)}";
55
RoutePatternFactory.Parse($"/{
RedirectionEndpointBaseRelativeUrl
}"),