Udostępnij za pośrednictwem


Właściwość HtmlDocument.DependentRequestUrls —

Pobiera adresy URL dla zależnych żądań znalezionych w dokumencie HTML.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public ReadOnly Property DependentRequestUrls As ICollection(Of String)
public ICollection<string> DependentRequestUrls { get; }
public:
property ICollection<String^>^ DependentRequestUrls {
    ICollection<String^>^ get ();
}
member DependentRequestUrls : ICollection<string> with get
function get DependentRequestUrls () : ICollection<String>

Wartość właściwości

Typ: ICollection<String>
ICollection Zawierających ciągi znaków reprezentujących zależnych żądania znaleziono w dokumencie HTML.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

HtmlDocument Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting