StatusCodeResult Sınıf

Tanım

ActionResult Yürütüldüğünde verilen yanıt durum koduyla bir HTTP yanıtı oluşturacağını temsil eder.

public ref class StatusCodeResult : Microsoft::AspNetCore::Mvc::ActionResult
public ref class StatusCodeResult : Microsoft::AspNetCore::Mvc::ActionResult, Microsoft::AspNetCore::Mvc::IActionResult, Microsoft::AspNetCore::Mvc::Infrastructure::IClientErrorActionResult
public class StatusCodeResult : Microsoft.AspNetCore.Mvc.ActionResult
public class StatusCodeResult : Microsoft.AspNetCore.Mvc.ActionResult, Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Infrastructure.IClientErrorActionResult
type StatusCodeResult = class
    inherit ActionResult
type StatusCodeResult = class
    inherit ActionResult
    interface IClientErrorActionResult
    interface IStatusCodeActionResult
    interface IActionResult
type StatusCodeResult = class
    inherit ActionResult
    interface IActionResult
    interface IClientErrorActionResult
    interface IStatusCodeActionResult
Public Class StatusCodeResult
Inherits ActionResult
Public Class StatusCodeResult
Inherits ActionResult
Implements IActionResult, IClientErrorActionResult
Devralma
StatusCodeResult
Türetilmiş
Uygulamalar

Oluşturucular

StatusCodeResult(Int32)

verilen statusCodeile sınıfının yeni bir örneğini StatusCodeResult başlatır.

Özellikler

StatusCode

HTTP durum kodunu alır.

Yöntemler

ExecuteResult(ActionContext)

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

ExecuteResultAsync(ActionContext)

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

(Devralındığı yer: ActionResult)

Belirtik Arabirim Kullanımları

IStatusCodeActionResult.StatusCode

ActionResult Yürütüldüğünde verilen yanıt durum koduyla bir HTTP yanıtı oluşturacağını temsil eder.

Şunlara uygulanır