JsonResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたオブジェクトを JSON として書式設定するアクションの結果。
public ref class JsonResult : Microsoft::AspNetCore::Mvc::ActionResult
public ref class JsonResult : Microsoft::AspNetCore::Mvc::ActionResult, Microsoft::AspNetCore::Mvc::IActionResult, Microsoft::AspNetCore::Mvc::Infrastructure::IStatusCodeActionResult
public class JsonResult : Microsoft.AspNetCore.Mvc.ActionResult
public class JsonResult : Microsoft.AspNetCore.Mvc.ActionResult, Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult
type JsonResult = class
inherit ActionResult
type JsonResult = class
inherit ActionResult
interface IStatusCodeActionResult
interface IActionResult
type JsonResult = class
inherit ActionResult
interface IActionResult
interface IStatusCodeActionResult
Public Class JsonResult
Inherits ActionResult
Public Class JsonResult
Inherits ActionResult
Implements IActionResult, IStatusCodeActionResult
- 継承
- 実装
コンストラクター
JsonResult(Object, JsonSerializerSettings) |
指定 |
JsonResult(Object, Object) |
指定 |
JsonResult(Object) |
指定 |
プロパティ
ContentType |
応答の MediaTypeHeaderValue Content-Type ヘッダーを表す を取得または設定します。 |
SerializerSettings |
シリアライザーの設定を取得または設定します。
を使用
を使用 |
StatusCode |
HTTP ステータス コードを取得または設定します。 |
Value |
書式設定する値を取得または設定します。 |
メソッド
ExecuteResult(ActionContext) |
アクション メソッドの結果操作を同期的に実行します。 このメソッドは、アクション メソッドの結果を処理するために MVC によって呼び出されます。 (継承元 ActionResult) |
ExecuteResultAsync(ActionContext) |
アクション メソッドの結果操作を非同期的に実行します。 このメソッドは、アクション メソッドの結果を処理するために MVC によって呼び出されます。 |