ResultExecutingContext.Result Eigenschaft

Definition

Ruft die auszuführende ab oder legt diesen IActionResult fest. Wenn Sie innerhalb eines Ergebnisfilters auf einen Nicht-Wertnull festlegenResult, werden das Ergebnis und alle verbleibenden Ergebnisfilter kurzgeschlossen.

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; }
member this.Result : Microsoft.AspNetCore.Mvc.IActionResult with get, set
Public Overridable Property Result As IActionResult

Eigenschaftswert

Gilt für: