IAsyncActionFilter.OnActionExecutionAsync Yöntem

Tanım

Model bağlama tamamlandıktan sonra eylemden önce zaman uyumsuz olarak çağrılır.

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

Parametreler

next
ActionExecutionDelegate

ActionExecutionDelegate. Sonraki eylem filtresini veya eylemin kendisini yürütmek için çağrılır.

Döndürülenler

Task Tamamlandıktan sonra filtrenin yürütüldüğünü gösteren bir.

Şunlara uygulanır