IdentityApiEndpointRouteBuilderExtensions.MapIdentityApi<TUser> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ASP.NET Core ID を使用して登録、ログイン、ログアウトするためのエンドポイントを追加します。
public static Microsoft.AspNetCore.Builder.IEndpointConventionBuilder MapIdentityApi<TUser> (this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints) where TUser : class, new();
static member MapIdentityApi : Microsoft.AspNetCore.Routing.IEndpointRouteBuilder -> Microsoft.AspNetCore.Builder.IEndpointConventionBuilder (requires 'User : null and 'User : (new : unit -> 'User))
<Extension()>
Public Function MapIdentityApi(Of TUser As {Class, New}) (endpoints As IEndpointRouteBuilder) As IEndpointConventionBuilder
型パラメーター
- TUser
ユーザーを記述する型。 これは、 UserManager<TUser>のジェネリック パラメーターと一致する必要があります。
パラメーター
- endpoints
- IEndpointRouteBuilder
IEndpointRouteBuilder ID エンドポイントを追加する 。 を呼び出 MapGroup(IEndpointRouteBuilder, String) して、すべてのエンドポイントにプレフィックスを追加します。
戻り値
IEndpointConventionBuilder追加されたエンドポイントをさらにカスタマイズする 。