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.
L’URL encode la section chemin d’accès d’une chaîne d’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 encodée par URL.
Retours
Texte encodé par URL.