RoutePatternFactory.LiteralPart(String) Método

Definição

Cria um RoutePatternLiteralPart do conteúdo de texto fornecido.

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

O conteúdo do texto.

Retornos

O RoutePatternLiteralPart.

Aplica-se a