HttpServerUtilityWrapper.UrlPathEncode(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.
Encode en URL la partie chemin d’une chaîne URL.
public:
override System::String ^ UrlPathEncode(System::String ^ s);
public override string UrlPathEncode (string s);
override this.UrlPathEncode : string -> string
Public Overrides Function UrlPathEncode (s As String) As String
Paramètres
- s
- String
Chaîne à encoder en URL.
Retours
Texte encodé en URL.