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