AcceptedAtActionResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ActionResult Location ヘッダーを使用して Accepted (202) 応答を返す 。
public ref class AcceptedAtActionResult : Microsoft::AspNetCore::Mvc::ObjectResult
public class AcceptedAtActionResult : Microsoft.AspNetCore.Mvc.ObjectResult
[Microsoft.AspNetCore.Mvc.Infrastructure.DefaultStatusCode(202)]
public class AcceptedAtActionResult : Microsoft.AspNetCore.Mvc.ObjectResult
type AcceptedAtActionResult = class
inherit ObjectResult
[<Microsoft.AspNetCore.Mvc.Infrastructure.DefaultStatusCode(202)>]
type AcceptedAtActionResult = class
inherit ObjectResult
Public Class AcceptedAtActionResult
Inherits ObjectResult
- 継承
- 属性
コンストラクター
AcceptedAtActionResult(String, String, Object, Object) |
指定された値を使用して、 AcceptedAtActionResult の新しいインスタンスを初期化します。 |
プロパティ
ActionName |
URL の生成に使用するアクションの名前を取得または設定します。 |
ContentTypes |
MediaTypeCollection を取得または設定します。 (継承元 ObjectResult) |
ControllerName |
URL の生成に使用するコントローラーの名前を取得または設定します。 |
DeclaredType |
宣言された型を取得または設定します。 (継承元 ObjectResult) |
Formatters |
の IOutputFormatterコレクション。 (継承元 ObjectResult) |
RouteValues |
URL の生成に使用するルート データを取得または設定します。 |
StatusCode |
HTTP ステータス コードを取得または設定します。 (継承元 ObjectResult) |
UrlHelper |
URL の生成に使用する を IUrlHelper 取得または設定します。 |
Value |
オブジェクトの結果。 (継承元 ObjectResult) |
メソッド
ExecuteResult(ActionContext) |
アクション メソッドの結果操作を同期的に実行します。 このメソッドは、アクション メソッドの結果を処理するために MVC によって呼び出されます。 (継承元 ActionResult) |
ExecuteResultAsync(ActionContext) |
アクション メソッドの結果操作を非同期的に実行します。 このメソッドは、アクション メソッドの結果を処理するために MVC によって呼び出されます。 (継承元 ObjectResult) |
OnFormatting(ActionContext) |
このメソッドは、フォーマッタが出力ストリームに書き込む前に呼び出されます。 |