次の方法で共有


ViewLocationExpanderContext クラス

定義

の情報 IViewLocationExpanderを格納するためのコンテキスト。

public ref class ViewLocationExpanderContext
public class ViewLocationExpanderContext
type ViewLocationExpanderContext = class
Public Class ViewLocationExpanderContext
継承
ViewLocationExpanderContext

コンストラクター

ViewLocationExpanderContext(ActionContext, String, String, String, Boolean)

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

ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean)

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

プロパティ

ActionContext

現在実行中の ActionContext アクションの を取得します。

AreaName

エリア名を取得します。

ControllerName

コントローラー名を取得します。

IsMainPage

見つかったページがアクションのメイン ページであるかどうかを判断します。

PageName

ページの名前を取得します。 これは、Razor Pages フレームワークから Page を page レンダリングするときのルート値の値になります。 この値は null 、コントローラーの結果としてビューをレンダリングする場合になります。

Values

IDictionary<TKey,TValue> 一部 PopulateValues(ViewLocationExpanderContext)として値が設定される を取得または設定します。

ViewName

ビュー名を取得します。

適用対象