IClientErrorActionResult Interfejs

Definicja

Element IStatusCodeActionResult , który można przekształcić w bardziej opisowy błąd klienta.

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
Pochodne
Implementuje

Właściwości

StatusCode

Pobiera kod stanu HTTP.

(Odziedziczone po IStatusCodeActionResult)

Metody

ExecuteResultAsync(ActionContext)

Wykonuje operację wynikową metody akcji asynchronicznie. Ta metoda jest wywoływana przez MVC w celu przetworzenia wyniku metody akcji.

(Odziedziczone po IActionResult)

Dotyczy