Freigeben über


TemplateSegment Konstruktoren

Definition

Überlädt

TemplateSegment()

Erstellt eine neue TemplateSegment-Instanz.

TemplateSegment(RoutePatternPathSegment)

Erstellt eine neue TemplateSegment instance mit einem anderen RoutePatternPathSegment.

TemplateSegment()

Quelle:
TemplateSegment.cs
Quelle:
TemplateSegment.cs
Quelle:
TemplateSegment.cs

Erstellt eine neue TemplateSegment-Instanz.

public:
 TemplateSegment();
public TemplateSegment ();
Public Sub New ()

Gilt für:

TemplateSegment(RoutePatternPathSegment)

Quelle:
TemplateSegment.cs
Quelle:
TemplateSegment.cs

Erstellt eine neue TemplateSegment instance mit einem anderen RoutePatternPathSegment.

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

Parameter

Gilt für: