RoutePatternFactory.Segment Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
- Ź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
- Ź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.