Share via


AssertionRequirement.Handler プロパティ

定義

この要件を処理するために呼び出される関数。

public:
 property Func<Microsoft::AspNetCore::Authorization::AuthorizationHandlerContext ^, System::Threading::Tasks::Task<bool> ^> ^ Handler { Func<Microsoft::AspNetCore::Authorization::AuthorizationHandlerContext ^, System::Threading::Tasks::Task<bool> ^> ^ get(); };
public Func<Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,System.Threading.Tasks.Task<bool>> Handler { get; }
member this.Handler : Func<Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext, System.Threading.Tasks.Task<bool>>
Public ReadOnly Property Handler As Func(Of AuthorizationHandlerContext, Task(Of Boolean))

プロパティ値

適用対象