次の方法で共有


ViewLocationExpanderContext コンストラクター

定義

オーバーロード

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

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

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

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

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.cs
ソース:
ViewLocationExpanderContext.cs
ソース:
ViewLocationExpanderContext.cs

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

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

適用対象