IAsyncPageFilter.OnPageHandlerExecutionAsync メソッド

定義

モデル バインドが完了した後、ハンドラー メソッドが呼び出される前に非同期的に呼び出されます。

public:
 System::Threading::Tasks::Task ^ OnPageHandlerExecutionAsync(Microsoft::AspNetCore::Mvc::Filters::PageHandlerExecutingContext ^ context, Microsoft::AspNetCore::Mvc::Filters::PageHandlerExecutionDelegate ^ next);
public System.Threading.Tasks.Task OnPageHandlerExecutionAsync (Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutingContext context, Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutionDelegate next);
abstract member OnPageHandlerExecutionAsync : Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutingContext * Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutionDelegate -> System.Threading.Tasks.Task
Public Function OnPageHandlerExecutionAsync (context As PageHandlerExecutingContext, next As PageHandlerExecutionDelegate) As Task

パラメーター

next
PageHandlerExecutionDelegate

PageHandlerExecutionDelegate。 次のページ フィルターまたはハンドラー メソッド自体を実行するために呼び出されます。

戻り値

Task完了時にフィルターが実行されたことを示す 。

適用対象