ObjectResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ActionResult実行時に、ホストによって提供されるメカニズムを使用して、オブジェクトが応答に書き込まれます。
public ref class ObjectResult : Microsoft::AspNetCore::Mvc::ActionResult
public ref class ObjectResult : Microsoft::AspNetCore::Mvc::ActionResult, Microsoft::AspNetCore::Mvc::IActionResult, Microsoft::AspNetCore::Mvc::Infrastructure::IStatusCodeActionResult
public class ObjectResult : Microsoft.AspNetCore.Mvc.ActionResult
public class ObjectResult : Microsoft.AspNetCore.Mvc.ActionResult, Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult
type ObjectResult = class
inherit ActionResult
type ObjectResult = class
inherit ActionResult
interface IStatusCodeActionResult
interface IActionResult
type ObjectResult = class
inherit ActionResult
interface IActionResult
interface IStatusCodeActionResult
Public Class ObjectResult
Inherits ActionResult
Public Class ObjectResult
Inherits ActionResult
Implements IActionResult, IStatusCodeActionResult
- 継承
- 派生
- 実装
コンストラクター
ObjectResult(Object) |
指定 |
プロパティ
ContentTypes |
MediaTypeCollection を取得または設定します。 |
DeclaredType |
宣言された型を取得または設定します。 |
Formatters |
の IOutputFormatterコレクション。 |
StatusCode |
HTTP ステータス コードを取得または設定します。 |
Value |
オブジェクトの結果。 |
メソッド
ExecuteResult(ActionContext) |
アクション メソッドの結果操作を同期的に実行します。 このメソッドは、アクション メソッドの結果を処理するために MVC によって呼び出されます。 (継承元 ActionResult) |
ExecuteResultAsync(ActionContext) |
アクション メソッドの結果操作を非同期的に実行します。 このメソッドは、アクション メソッドの結果を処理するために MVC によって呼び出されます。 |
OnFormatting(ActionContext) |
このメソッドは、フォーマッタが出力ストリームに書き込む前に呼び出されます。 |