Information
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.

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

public:
HtmlDocument(
	Uri^ documentLocation,
	String^ documentContent
)

Parameters

documentLocation
Type: System::Uri^

A URI representing the document location.

documentContent
Type: System::String^

The contents of the document.

Return to top
Show: