Partager via


WebTestResponse.BodyString, propriété

Obtient une version de chaîne du corps de réponse pour les réponses avec des types de contenu texte, HTML ou XML.

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

Syntaxe

'Déclaration
Public Property BodyString As String
public string BodyString { get; internal set; }
public:
property String^ BodyString {
    String^ get ();
    internal: void set (String^ value);
}
member BodyString : string with get, internal set
function get BodyString () : String
internal function set BodyString (value : String)

Valeur de propriété

Type : System.String
Corps de réponse.Retourne nullune référence null (Nothing en Visual Basic) s'il n'y a pas de corps ou que le type de contenu est autre que texte, HTML ou XML.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResponse Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms