Partager via


PageRouteModel Constructeurs

Définition

Surcharges

PageRouteModel(PageRouteModel)

Constructeur de copie pour PageRouteModel.

PageRouteModel(String, String)

Initialise une nouvelle instance de PageRouteModel.

PageRouteModel(String, String, String)

Initialise une nouvelle instance de PageRouteModel.

PageRouteModel(PageRouteModel)

Source:
PageRouteModel.cs
Source:
PageRouteModel.cs
Source:
PageRouteModel.cs

Constructeur de copie pour 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)

Paramètres

other
PageRouteModel

Le PageRouteModel à partir duquel effectuer la copie.

S’applique à

PageRouteModel(String, String)

Source:
PageRouteModel.cs
Source:
PageRouteModel.cs
Source:
PageRouteModel.cs

Initialise une nouvelle instance de 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)

Paramètres

relativePath
String

Chemin d’accès relatif de l’application de la page.

viewEnginePath
String

Chemin d’accès relatif au chemin de base pour la découverte de pages.

S’applique à

PageRouteModel(String, String, String)

Source:
PageRouteModel.cs
Source:
PageRouteModel.cs
Source:
PageRouteModel.cs

Initialise une nouvelle instance de 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)

Paramètres

relativePath
String

Chemin d’accès relatif de l’application de la page.

viewEnginePath
String

Chemin d’accès relatif au chemin de base pour la découverte de pages.

areaName
String

Nom de la zone.

S’applique à