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)
public ICollection<string> DependentRequestUrls { get; }
public:
property ICollection<String^>^ DependentRequestUrls {
ICollection<String^>^ get ();
}
member DependentRequestUrls : ICollection<string> with get
function get DependentRequestUrls () : ICollection<String>
Valore proprietà
Tipo: ICollection<String>
Oggetto ICollection contenente le stringhe che rappresentano le richieste dipendenti rilevate nel documento HTML.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.