AuthenticationFeature 클래스

정의

앱 내에서 리디렉션을 제대로 계산할 수 있도록 경로 정보를 캡처하는 데 사용됩니다. 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
상속
AuthenticationFeature
구현

생성자

AuthenticationFeature()

앱 내에서 리디렉션을 제대로 계산할 수 있도록 경로 정보를 캡처하는 데 사용됩니다. Map().

속성

OriginalPath

원래 경로입니다.

OriginalPathBase

원래 경로 기준입니다.

적용 대상