Freigeben über


RoutePatternFactory.SeparatorPart(String) Methode

Definition

Erstellt eine RoutePatternSeparatorPart aus dem bereitgestellten Textinhalt.

public:
 static Microsoft::AspNetCore::Routing::Patterns::RoutePatternSeparatorPart ^ SeparatorPart(System::String ^ content);
public static Microsoft.AspNetCore.Routing.Patterns.RoutePatternSeparatorPart SeparatorPart (string content);
static member SeparatorPart : string -> Microsoft.AspNetCore.Routing.Patterns.RoutePatternSeparatorPart
Public Shared Function SeparatorPart (content As String) As RoutePatternSeparatorPart

Parameter

content
String

Der Textinhalt.

Gibt zurück

Die RoutePatternSeparatorPart.

Gilt für: