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::GetFilteredHtmlTags Method (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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- tagFilter
-
Type:
array<System::String^>^
An array that contains HTML tags to be used as a filter for the HtmlDocument.
Show: