PageRouteModel コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PageRouteModel(PageRouteModel) |
の PageRouteModelコピー コンストラクター。 |
PageRouteModel(String, String) |
PageRouteModel の新しいインスタンスを初期化します。 |
PageRouteModel(String, String, String) |
PageRouteModel の新しいインスタンスを初期化します。 |
PageRouteModel(PageRouteModel)
の PageRouteModelコピー コンストラクター。
public:
PageRouteModel(Microsoft::AspNetCore::Mvc::ApplicationModels::PageRouteModel ^ other);
public PageRouteModel (Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel : Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel
Public Sub New (other As PageRouteModel)
パラメーター
- other
- PageRouteModel
コピー元の PageRouteModel。
適用対象
PageRouteModel(String, String)
PageRouteModel の新しいインスタンスを初期化します。
public:
PageRouteModel(System::String ^ relativePath, System::String ^ viewEnginePath);
public PageRouteModel (string relativePath, string viewEnginePath);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel : string * string -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel
Public Sub New (relativePath As String, viewEnginePath As String)
パラメーター
- relativePath
- String
ページのアプリケーション相対パス。
- viewEnginePath
- String
ページ検出のベース パスに対する相対パス。
適用対象
PageRouteModel(String, String, String)
PageRouteModel の新しいインスタンスを初期化します。
public:
PageRouteModel(System::String ^ relativePath, System::String ^ viewEnginePath, System::String ^ areaName);
public PageRouteModel (string relativePath, string viewEnginePath, string areaName);
public PageRouteModel (string relativePath, string viewEnginePath, string? areaName);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel : string * string * string -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel
Public Sub New (relativePath As String, viewEnginePath As String, areaName As String)
パラメーター
- relativePath
- String
ページのアプリケーション相対パス。
- viewEnginePath
- String
ページ検出のベース パスに対する相対パス。
- areaName
- String
エリア名。