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

元のパスベース。

適用対象