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.
HtmlDocument Constructor (Uri^, String^)
Initializes a new instance of the HtmlDocument class. This constructor takes a string and uses it as the document.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- documentLocation
-
Type:
System::Uri^
A URI representing the document location.
- documentContent
-
Type:
System::String^
The contents of the document.
Show: