Sdílet prostřednictvím


TemplateSegment Konstruktory

Definice

Přetížení

TemplateSegment()

Vytvoří novou TemplateSegment instanci.

TemplateSegment(RoutePatternPathSegment)

Vytvoří novou TemplateSegment instanci s jinou RoutePatternPathSegmentinstancí .

TemplateSegment()

Zdroj:
TemplateSegment.cs
Zdroj:
TemplateSegment.cs
Zdroj:
TemplateSegment.cs

Vytvoří novou TemplateSegment instanci.

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

Platí pro

TemplateSegment(RoutePatternPathSegment)

Zdroj:
TemplateSegment.cs
Zdroj:
TemplateSegment.cs

Vytvoří novou TemplateSegment instanci s jinou RoutePatternPathSegmentinstancí .

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

Platí pro