Dela via


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)

Syntax

'Declaration
Public ReadOnly Property DependentRequestUrls As ICollection(Of String)
'Usage
Dim instance As HtmlDocument 
Dim value As ICollection(Of String)

value = instance.DependentRequestUrls
public ICollection<string> DependentRequestUrls { get; }
public:
property ICollection<String^>^ DependentRequestUrls {
    ICollection<String^>^ get ();
}
public function get DependentRequestUrls () : ICollection<String>

Property Value

Type: System.Collections.Generic.ICollection<String>
An ICollection<T> containing strings representing the dependent requests found in the HTML document.

.NET Framework Security

See Also

Reference

HtmlDocument Class

HtmlDocument Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace