The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestResponse::HtmlDocument Property
Gets the HtmlDocument created by parsing the response body of a response with HTML or XHTML content type.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property HtmlDocument^ HtmlDocument { HtmlDocument^ get(); internal: void set(HtmlDocument^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting::HtmlDocument^A HtmlDocument object. This returns null if this is not an HTML response.
Show: