Udostępnij za pośrednictwem


RouteTemplate Konstruktory

Definicja

Przeciążenia

RouteTemplate(RoutePattern)

Tworzy nowe RouteTemplate wystąpienie, biorąc pod uwagę otherwartość .

RouteTemplate(String, List<TemplateSegment>)

Tworzy nowe RouteTemplate wystąpienie, biorąc pod template uwagę ciąg i listę segments. Oblicza parametry w szablonie trasy.

RouteTemplate(RoutePattern)

Źródło:
RouteTemplate.cs
Źródło:
RouteTemplate.cs

Tworzy nowe RouteTemplate wystąpienie, biorąc pod uwagę otherwartość .

public:
 RouteTemplate(Microsoft::AspNetCore::Routing::Patterns::RoutePattern ^ other);
public RouteTemplate (Microsoft.AspNetCore.Routing.Patterns.RoutePattern other);
new Microsoft.AspNetCore.Routing.Template.RouteTemplate : Microsoft.AspNetCore.Routing.Patterns.RoutePattern -> Microsoft.AspNetCore.Routing.Template.RouteTemplate
Public Sub New (other As RoutePattern)

Parametry

other
RoutePattern

RoutePattern Wystąpienie.

Dotyczy

RouteTemplate(String, List<TemplateSegment>)

Źródło:
RouteTemplate.cs
Źródło:
RouteTemplate.cs
Źródło:
RouteTemplate.cs

Tworzy nowe RouteTemplate wystąpienie, biorąc pod template uwagę ciąg i listę segments. Oblicza parametry w szablonie trasy.

public:
 RouteTemplate(System::String ^ template, System::Collections::Generic::List<Microsoft::AspNetCore::Routing::Template::TemplateSegment ^> ^ segments);
public RouteTemplate (string template, System.Collections.Generic.List<Microsoft.AspNetCore.Routing.Template.TemplateSegment> segments);
new Microsoft.AspNetCore.Routing.Template.RouteTemplate : string * System.Collections.Generic.List<Microsoft.AspNetCore.Routing.Template.TemplateSegment> -> Microsoft.AspNetCore.Routing.Template.RouteTemplate
Public Sub New (template As String, segments As List(Of TemplateSegment))

Parametry

template
String

Reprezentacja ciągu szablonu trasy.

Dotyczy