RoutePatternFactory.LiteralPart(String) Método

Definición

Crea un RoutePatternLiteralPart objeto a partir del contenido de texto proporcionado.

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

Parámetros

content
String

Contenido de texto.

Devoluciones

RoutePatternLiteralPart.

Se aplica a