StatusCodeResult.ExecuteResult(ActionContext) Methode

Definition

Führt den Ergebnisvorgang der Aktionsmethode synchron aus. Diese Methode wird von MVC aufgerufen, um das Ergebnis einer Aktionsmethode zu verarbeiten.

public:
 override void ExecuteResult(Microsoft::AspNetCore::Mvc::ActionContext ^ context);
public override void ExecuteResult (Microsoft.AspNetCore.Mvc.ActionContext context);
override this.ExecuteResult : Microsoft.AspNetCore.Mvc.ActionContext -> unit
Public Overrides 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.

Gilt für: