Share via


RoutePatternFactory.SeparatorPart(String) Method

Definition

Creates a RoutePatternSeparatorPart from the provided text content.

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

Parameters

content
String

The text content.

Returns

The RoutePatternSeparatorPart.

Applies to