ViewLocationExpanderContext コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ViewLocationExpanderContext(ActionContext, String, String, String, Boolean)
ViewLocationExpanderContext の新しいインスタンスを初期化します。
public:
ViewLocationExpanderContext(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, System::String ^ viewName, System::String ^ controllerName, System::String ^ areaName, bool isMainPage);
public ViewLocationExpanderContext (Microsoft.AspNetCore.Mvc.ActionContext actionContext, string viewName, string controllerName, string areaName, bool isMainPage);
new Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext : Microsoft.AspNetCore.Mvc.ActionContext * string * string * string * bool -> Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
Public Sub New (actionContext As ActionContext, viewName As String, controllerName As String, areaName As String, isMainPage As Boolean)
パラメーター
- actionContext
- ActionContext
ActionContext現在実行中のアクションの 。
- viewName
- String
ビュー名。
- controllerName
- String
コントローラー名。
- areaName
- String
エリア名。
- isMainPage
- Boolean
見つかったページがアクションのメイン ページであるかどうかを判断します。
適用対象
ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean)
ViewLocationExpanderContext の新しいインスタンスを初期化します。
public:
ViewLocationExpanderContext(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, System::String ^ viewName, System::String ^ controllerName, System::String ^ areaName, System::String ^ pageName, bool isMainPage);
public ViewLocationExpanderContext (Microsoft.AspNetCore.Mvc.ActionContext actionContext, string viewName, string controllerName, string areaName, string pageName, bool isMainPage);
public ViewLocationExpanderContext (Microsoft.AspNetCore.Mvc.ActionContext actionContext, string viewName, string? controllerName, string? areaName, string? pageName, bool isMainPage);
new Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext : Microsoft.AspNetCore.Mvc.ActionContext * string * string * string * string * bool -> Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
Public Sub New (actionContext As ActionContext, viewName As String, controllerName As String, areaName As String, pageName As String, isMainPage As Boolean)
パラメーター
- actionContext
- ActionContext
ActionContext現在実行中のアクションの 。
- viewName
- String
ビュー名。
- controllerName
- String
コントローラー名。
- areaName
- String
エリア名。
- pageName
- String
ページの名前。
- isMainPage
- Boolean
見つかったページがアクションのメイン ページであるかどうかを判断します。