ActionResult Sınıf

Tanım

Varsayılan IActionResult uygulaması.

public ref class ActionResult abstract : Microsoft::AspNetCore::Mvc::IActionResult
public abstract class ActionResult : Microsoft.AspNetCore.Mvc.IActionResult
type ActionResult = class
    interface IActionResult
Public MustInherit Class ActionResult
Implements IActionResult
Devralma
ActionResult
Türetilmiş
Uygulamalar

Oluşturucular

ActionResult()

Yöntemler

ExecuteResult(ActionContext)

Eylem yönteminin sonuç işlemi zaman uyumlu olarak yürütür. Bu yöntem, bir eylem yönteminin sonucu işlemesi için MVC tarafından çağrılır.

ExecuteResultAsync(ActionContext)

Eylem yönteminin sonuç işlemi zaman uyumsuz olarak yürütülür. Bu yöntem, bir eylem yönteminin sonucu işlemesi için MVC tarafından çağrılır. Bu yöntemin varsayılan uygulaması yöntemini ExecuteResult(ActionContext) çağırarak tamamlanmış bir görev döndürür.

Şunlara uygulanır