ViewResultExecutor.ExecuteAsync(ActionContext, ViewResult) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Führt das Aktionsergebnis asynchron aus, indem das geändert wird HttpResponse.
public:
virtual System::Threading::Tasks::Task ^ ExecuteAsync(Microsoft::AspNetCore::Mvc::ActionContext ^ context, Microsoft::AspNetCore::Mvc::ViewResult ^ result);
public System.Threading.Tasks.Task ExecuteAsync (Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.ViewResult result);
override this.ExecuteAsync : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.ViewResult -> System.Threading.Tasks.Task
Public Function ExecuteAsync (context As ActionContext, result As ViewResult) As Task
Parameter
- context
- ActionContext
Die ActionContext der aktuellen Anforderung zugeordnete. />
- result
- ViewResult
Das auszuführende Aktionsergebnis.
Gibt zurück
Ein Task , der den asynchronen Vorgang darstellt.