ActionResult.ExecuteResult(ActionContext) 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 den Ergebnisvorgang der Aktionsmethode synchron aus. Diese Methode wird von MVC aufgerufen, um das Ergebnis einer Aktionsmethode zu verarbeiten.
public:
virtual void ExecuteResult(Microsoft::AspNetCore::Mvc::ActionContext ^ context);
public virtual void ExecuteResult (Microsoft.AspNetCore.Mvc.ActionContext context);
abstract member ExecuteResult : Microsoft.AspNetCore.Mvc.ActionContext -> unit
override this.ExecuteResult : Microsoft.AspNetCore.Mvc.ActionContext -> unit
Public Overridable Sub ExecuteResult (context As ActionContext)
Parameter
- context
- ActionContext
Der Kontext, in dem das Ergebnis ausgeführt wird. Die Kontextinformationen enthalten Informationen zur ausgeführten Aktion und Anforderungsinformationen.