ResourceExecutingContext.Result Eigenschaft

Definition

Ruft das Ergebnis der auszuführenden Aktion ab oder legt es fest.

public:
 virtual property Microsoft::AspNetCore::Mvc::IActionResult ^ Result { Microsoft::AspNetCore::Mvc::IActionResult ^ get(); void set(Microsoft::AspNetCore::Mvc::IActionResult ^ value); };
public virtual Microsoft.AspNetCore.Mvc.IActionResult Result { get; set; }
public virtual Microsoft.AspNetCore.Mvc.IActionResult? Result { get; set; }
member this.Result : Microsoft.AspNetCore.Mvc.IActionResult with get, set
Public Overridable Property Result As IActionResult

Eigenschaftswert

Hinweise

Wenn Sie in einem Ressourcenfilter auf einen Nicht-Wertnull festlegenResult, wird die Ausführung zusätzlicher Ressourcenfilter und der Aktion selbst kurzgeschlossen.

Gilt für: