IClientErrorActionResult インターフェイス

定義

IStatusCodeActionResultよりわかりやすいクライアント エラーに変換できる 。

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
派生
実装

プロパティ

StatusCode

HTTP 状態コードを取得します。

(継承元 IStatusCodeActionResult)

メソッド

ExecuteResultAsync(ActionContext)

アクション メソッドの結果操作を非同期的に実行します。 このメソッドは、アクション メソッドの結果を処理するために MVC によって呼び出されます。

(継承元 IActionResult)

適用対象