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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.