PageResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ActionResult Razor ページをレンダリングする 。
public ref class PageResult : Microsoft::AspNetCore::Mvc::ActionResult
public class PageResult : Microsoft.AspNetCore.Mvc.ActionResult
type PageResult = class
inherit ActionResult
Public Class PageResult
Inherits ActionResult
- 継承
コンストラクター
PageResult() |
ActionResult Razor ページをレンダリングする 。 |
プロパティ
ContentType |
応答の Content-Type ヘッダーを取得または設定します。 |
Model |
ページ モデルを取得します。 |
Page |
実行する を PageBase 取得または設定します。 |
StatusCode |
HTTP ステータス コードを取得または設定します。 |
ViewData |
実行するページの を取得または設定 ViewDataDictionary します。 |
メソッド
ExecuteResult(ActionContext) |
アクション メソッドの結果操作を同期的に実行します。 このメソッドは、アクション メソッドの結果を処理するために MVC によって呼び出されます。 (継承元 ActionResult) |
ExecuteResultAsync(ActionContext) |
指定 |