1 implementation of OriginalPath
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationFeature.cs (1)
21public PathString OriginalPath { get; set; }
1 reference to OriginalPath
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
54protected PathString OriginalPath => Context.Features.Get<IAuthenticationFeature>()?.OriginalPath ?? Request.Path;