Sdílet prostřednictvím


PageRouteModel Konstruktory

Definice

Přetížení

PageRouteModel(PageRouteModel)

Konstruktor kopírování pro PageRouteModel.

PageRouteModel(String, String)

Inicializuje novou instanci .PageRouteModel

PageRouteModel(String, String, String)

Inicializuje novou instanci .PageRouteModel

PageRouteModel(PageRouteModel)

Zdroj:
PageRouteModel.cs
Zdroj:
PageRouteModel.cs
Zdroj:
PageRouteModel.cs

Konstruktor kopírování pro 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)

Parametry

other
PageRouteModel

Příkaz PageRouteModel , ze které chcete kopírovat.

Platí pro

PageRouteModel(String, String)

Zdroj:
PageRouteModel.cs
Zdroj:
PageRouteModel.cs
Zdroj:
PageRouteModel.cs

Inicializuje novou instanci .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)

Parametry

relativePath
String

Relativní cesta k aplikaci stránky.

viewEnginePath
String

Cesta relativní ke základní cestě pro zjišťování stránky.

Platí pro

PageRouteModel(String, String, String)

Zdroj:
PageRouteModel.cs
Zdroj:
PageRouteModel.cs
Zdroj:
PageRouteModel.cs

Inicializuje novou instanci .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)

Parametry

relativePath
String

Relativní cesta k aplikaci stránky.

viewEnginePath
String

Cesta relativní ke základní cestě pro zjišťování stránky.

areaName
String

Název oblasti.

Platí pro