AuthenticationFeature Class

Definition

Used to capture path info so redirects can be computed properly within an app.Map().

public ref class AuthenticationFeature : Microsoft::AspNetCore::Authentication::IAuthenticationFeature
public class AuthenticationFeature : Microsoft.AspNetCore.Authentication.IAuthenticationFeature
type AuthenticationFeature = class
    interface IAuthenticationFeature
Public Class AuthenticationFeature
Implements IAuthenticationFeature
Inheritance
AuthenticationFeature
Implements

Constructors

AuthenticationFeature()

Properties

OriginalPath

The original path.

OriginalPathBase

The original path base.

Applies to