Aracılığıyla paylaş


ResourceExecutedContext.Result Özellik

Tanım

Sonucu alır veya ayarlar.

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

Özellik Değeri

Açıklamalar

eylemin Result kendisi veya başka bir filtre tarafından yürütülerek sağlanabilir.

Result, kaynak filtrelerinin kullanımına sunulmadan önce yanıta zaten yazılmıştır.

Şunlara uygulanır