WebTestResponse.IsHtml Property

Gets a value indicating whether the response body is an HTML document.

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
function get IsHtml () : boolean

Property Value

Type: System.Boolean
true if the response body is an HTML document; otherwise, false.

.NET Framework Security

See Also

Reference

WebTestResponse Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace