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

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

public:
IEnumerable<HtmlTag^>^ GetFilteredHtmlTags(
	... array<String^>^ tagFilter
)

Parameters

tagFilter
Type: array<System::String^>^

An array that contains HTML tags to be used as a filter for the HtmlDocument.

Return to top
Show: