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::DependentRequestUrls Property

 

Gets the URLs for dependent requests found in the HTML document.

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

public:
property ICollection<String^>^ DependentRequestUrls {
	ICollection<String^>^ get();
}

Property Value

Type: System.Collections.Generic::ICollection<String^>^

An ICollection<T> containing strings representing the dependent requests found in the HTML document.

Return to top
Show: