RoutePatternFactory.SeparatorPart(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.