ActionFilterAttribute.OnActionExecutionAsync Methode

Definition

Wird vor der Aktion asynchron aufgerufen, nachdem die Modellbindung abgeschlossen ist.

public:
 virtual System::Threading::Tasks::Task ^ OnActionExecutionAsync(Microsoft::AspNetCore::Mvc::Filters::ActionExecutingContext ^ context, Microsoft::AspNetCore::Mvc::Filters::ActionExecutionDelegate ^ next);
public virtual 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
override this.OnActionExecutionAsync : Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext * Microsoft.AspNetCore.Mvc.Filters.ActionExecutionDelegate -> System.Threading.Tasks.Task
Public Overridable Function OnActionExecutionAsync (context As ActionExecutingContext, next As ActionExecutionDelegate) As Task

Parameter

next
ActionExecutionDelegate

Die ActionExecutionDelegate. Wird aufgerufen, um den nächsten Aktionsfilter oder die Aktion selbst auszuführen.

Gibt zurück

Eine Task , die bei Abschluss angibt, dass der Filter ausgeführt wurde.

Implementiert

Gilt für: