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

原始路径基。

适用于