Udostępnij przez


RoutePatternFactory.Segment Metoda

Definicja

Przeciążenia

Segment(IEnumerable<RoutePatternPart>)

Tworzy obiekt RoutePatternPathSegment na podstawie udostępnionej kolekcji części.

Segment(RoutePatternPart[])

Tworzy obiekt RoutePatternPathSegment na podstawie udostępnionej kolekcji części.

Segment(IEnumerable<RoutePatternPart>)

Źródło:
RoutePatternFactory.cs

Tworzy obiekt RoutePatternPathSegment na podstawie udostępnionej kolekcji części.

public:
 static Microsoft::AspNetCore::Routing::Patterns::RoutePatternPathSegment ^ Segment(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::Patterns::RoutePatternPart ^> ^ parts);
public static Microsoft.AspNetCore.Routing.Patterns.RoutePatternPathSegment Segment (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Routing.Patterns.RoutePatternPart> parts);
static member Segment : seq<Microsoft.AspNetCore.Routing.Patterns.RoutePatternPart> -> Microsoft.AspNetCore.Routing.Patterns.RoutePatternPathSegment
Public Shared Function Segment (parts As IEnumerable(Of RoutePatternPart)) As RoutePatternPathSegment

Parametry

parts
IEnumerable<RoutePatternPart>

Kolekcja części.

Zwraca

Element RoutePatternPathSegment.

Dotyczy

Segment(RoutePatternPart[])

Źródło:
RoutePatternFactory.cs

Tworzy obiekt RoutePatternPathSegment na podstawie udostępnionej kolekcji części.

public:
 static Microsoft::AspNetCore::Routing::Patterns::RoutePatternPathSegment ^ Segment(... cli::array <Microsoft::AspNetCore::Routing::Patterns::RoutePatternPart ^> ^ parts);
public static Microsoft.AspNetCore.Routing.Patterns.RoutePatternPathSegment Segment (params Microsoft.AspNetCore.Routing.Patterns.RoutePatternPart[] parts);
static member Segment : Microsoft.AspNetCore.Routing.Patterns.RoutePatternPart[] -> Microsoft.AspNetCore.Routing.Patterns.RoutePatternPathSegment
Public Shared Function Segment (ParamArray parts As RoutePatternPart()) As RoutePatternPathSegment

Parametry

parts
RoutePatternPart[]

Kolekcja części.

Zwraca

Element RoutePatternPathSegment.

Dotyczy