RoutePatternFactory.LiteralPart(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 RoutePatternLiteralPart from the provided text content.
public:
static Microsoft::AspNetCore::Routing::Patterns::RoutePatternLiteralPart ^ LiteralPart(System::String ^ content);
public static Microsoft.AspNetCore.Routing.Patterns.RoutePatternLiteralPart LiteralPart (string content);
static member LiteralPart : string -> Microsoft.AspNetCore.Routing.Patterns.RoutePatternLiteralPart
Public Shared Function LiteralPart (content As String) As RoutePatternLiteralPart
Parameters
- content
- String
The text content.