Aracılığıyla paylaş


RoutePatternFactory.Combine(RoutePattern, RoutePattern) Yöntem

Tanım

Belirtilen desenleri birleştiren bir RoutePattern oluşturur.

public static Microsoft.AspNetCore.Routing.Patterns.RoutePattern Combine (Microsoft.AspNetCore.Routing.Patterns.RoutePattern? left, Microsoft.AspNetCore.Routing.Patterns.RoutePattern right);
static member Combine : Microsoft.AspNetCore.Routing.Patterns.RoutePattern * Microsoft.AspNetCore.Routing.Patterns.RoutePattern -> Microsoft.AspNetCore.Routing.Patterns.RoutePattern
Public Shared Function Combine (left As RoutePattern, right As RoutePattern) As RoutePattern

Parametreler

left
RoutePattern

Yolun ilk bölümünü temsil eden bir dize.

right
RoutePattern

Yolun ikinci bölümünü temsil eden bir karıştırma.

Döndürülenler

Birleştirilmiş RoutePattern.

Özel durumlar

Şunlara uygulanır