Udostępnij za pośrednictwem


TemplateSegment Konstruktory

Definicja

Przeciążenia

TemplateSegment()

Tworzy nowe TemplateSegment wystąpienie.

TemplateSegment(RoutePatternPathSegment)

Tworzy nowe TemplateSegment wystąpienie z innym RoutePatternPathSegmentwystąpieniem .

TemplateSegment()

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

Tworzy nowe TemplateSegment wystąpienie.

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

Dotyczy

TemplateSegment(RoutePatternPathSegment)

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

Tworzy nowe TemplateSegment wystąpienie z innym RoutePatternPathSegmentwystąpieniem .

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)

Parametry

Dotyczy