HttpServerUtilityWrapper.UrlPathEncode(String) Méthode

Définition

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.

S’applique à