Partager via


Parameter.UrlEncode, propriété

Obtient ou définit une valeur qui indique si Name et Value seront encodés URL.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property UrlEncode As Boolean
    Get
    Set
public bool UrlEncode { get; set; }
public:
property bool UrlEncode {
    bool get ();
    void set (bool value);
}
member UrlEncode : bool with get, set
function get UrlEncode () : boolean
function set UrlEncode (value : boolean)

Valeur de propriété

Type : System.Boolean
true si Name et Value seront encodés URL ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

Parameter Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms