Condividi tramite


Proprietà HtmlDocument.DependentRequestUrls

Ottiene gli URL per le richieste dipendenti rilevate nel documento HTML.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.ICollection<String>
Oggetto ICollection<T> contenente le stringhe che rappresentano le richieste dipendenti rilevate nel documento HTML.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HtmlDocument Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting