共用方式為


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))

屬性值

適用於