Share via


IClientErrorActionResult Arabirim

Tanım

IStatusCodeActionResult Daha açıklayıcı bir istemci hatasına dönüştürülebilen bir.

public interface class IClientErrorActionResult : Microsoft::AspNetCore::Mvc::IActionResult, Microsoft::AspNetCore::Mvc::Infrastructure::IStatusCodeActionResult
public interface IClientErrorActionResult : Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult
type IClientErrorActionResult = interface
    interface IStatusCodeActionResult
    interface IActionResult
type IClientErrorActionResult = interface
    interface IActionResult
    interface IStatusCodeActionResult
Public Interface IClientErrorActionResult
Implements IActionResult, IStatusCodeActionResult
Türetilmiş
Uygulamalar

Özellikler

StatusCode

HTTP durum kodunu alır.

(Devralındığı yer: IStatusCodeActionResult)

Yöntemler

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.

(Devralındığı yer: IActionResult)

Şunlara uygulanır