Sdílet prostřednictvím


HtmlDocument.DependentRequestUrls – vlastnost

Získá adresy URL pro závislé požadavky v dokumentu HTML.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Collections.Generic.ICollection<String>
ICollection<T> Obsahující řetězce představující závislé požadavky naleznete v dokumentu HTML.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

HtmlDocument Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů