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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.