PageRouteModel Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
PageRouteModel(PageRouteModel) |
Konstruktor kopiowania dla PageRouteModelelementu . |
PageRouteModel(String, String) |
Inicjuje nowe wystąpienie klasy PageRouteModel. |
PageRouteModel(String, String, String) |
Inicjuje nowe wystąpienie klasy PageRouteModel. |
PageRouteModel(PageRouteModel)
- Źródło:
- PageRouteModel.cs
- Źródło:
- PageRouteModel.cs
- Źródło:
- PageRouteModel.cs
Konstruktor kopiowania dla PageRouteModelelementu .
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
Element PageRouteModel do skopiowania.
Dotyczy
PageRouteModel(String, String)
- Źródło:
- PageRouteModel.cs
- Źródło:
- PageRouteModel.cs
- Źródło:
- PageRouteModel.cs
Inicjuje nowe wystąpienie klasy 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
Ścieżka względna aplikacji na stronie.
- viewEnginePath
- String
Ścieżka względem ścieżki podstawowej do odnajdywania stron.
Dotyczy
PageRouteModel(String, String, String)
- Źródło:
- PageRouteModel.cs
- Źródło:
- PageRouteModel.cs
- Źródło:
- PageRouteModel.cs
Inicjuje nowe wystąpienie klasy 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
Ścieżka względna aplikacji na stronie.
- viewEnginePath
- String
Ścieżka względem ścieżki podstawowej do odnajdywania stron.
- areaName
- String
Nazwa obszaru.