HtmlDocument Class
Provides access to the set of HTML tags in an HTML response body.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | HtmlDocument(Uri^, String^) | Initializes a new instance of the HtmlDocument class. This constructor takes a string and uses it as the document. |
| Name | Description | |
|---|---|---|
![]() | DependentRequestUrls | Gets the URLs for dependent requests found in the HTML document. |
![]() | HtmlTags | Gets all the tags that are available in the document. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetFilteredHtmlTags(array<String^>^) | Parses HtmlDocument and returns an iterator with all the HTML tags found that match the tags that are contained in the tagFilter array. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetParserOffsetTracking(Boolean) | Sets the parser mode for tracking tag and attribute value offsets. |
![]() | ToString() | (Inherited from Object.) |
This is used by extraction and validation rules to access the contents of an HTML document.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


