PageContext クラス

定義

Razor ページの現在の要求に関連付けられているコンテキスト。

public ref class PageContext : Microsoft::AspNetCore::Mvc::ActionContext
public class PageContext : Microsoft.AspNetCore.Mvc.ActionContext
type PageContext = class
    inherit ActionContext
Public Class PageContext
Inherits ActionContext
継承
PageContext

コンストラクター

PageContext()

空の PageContext を作成します。

PageContext(ActionContext)

PageContext の新しいインスタンスを初期化します。

プロパティ

ActionDescriptor

PageActionDescriptor を取得または設定します。

HttpContext

現在の要求の を HttpContext 取得または設定します。

(継承元 ActionContext)
ModelState

ModelStateDictionary を取得します。

(継承元 ActionContext)
RouteData

現在の要求の を RouteData 取得または設定します。

(継承元 ActionContext)
ValueProviderFactories

現在の要求のインスタンスの IValueProviderFactory 一覧を取得または設定します。

ViewData

ViewDataDictionary を取得または設定します。

ViewStartFactories

該当する_ViewStart インスタンスを取得または設定します。

適用対象