Freigeben über


WebTestResponse.IsHtml-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Antworttext ein HTML-Dokument ist.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property IsHtml As Boolean
public bool IsHtml { get; }
public:
property bool IsHtml {
    bool get ();
}
member IsHtml : bool with get
function get IsHtml () : boolean

Eigenschaftswert

Typ: System.Boolean
true , wenn der Antworttext ein HTML-Dokument ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestResponse Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace