RoutePatternFactory.LiteralPart(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un RoutePatternLiteralPart à partir du contenu texte fourni.
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
Paramètres
- content
- String
Texte.
Retours
L’RoutePatternLiteralPartopérateur