WebTestResponse.HtmlDocument Property
Gets the HtmlDocument created by parsing the response body of a response with HTML or XHTML content type.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property HtmlDocument As HtmlDocument
public HtmlDocument HtmlDocument { get; internal set; }
public:
property HtmlDocument^ HtmlDocument {
HtmlDocument^ get ();
internal: void set (HtmlDocument^ value);
}
member HtmlDocument : HtmlDocument with get, internal set
function get HtmlDocument () : HtmlDocument
internal function set HtmlDocument (value : HtmlDocument)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.HtmlDocument
A HtmlDocument object. This returns nulla null reference (Nothing in Visual Basic) if this is not an HTML response.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.