共用方式為


FeatureGateAttribute.OnPageHandlerExecutionAsync 方法

定義

在叫用處理程式方法之前,在模型系結完成之後以非同步方式呼叫。

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
override this.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 表示已執行篩選。

實作

適用於