Compartir a través de


HtmlDocument.DependentRequestUrls (Propiedad)

Obtiene las direcciones URL para las solicitudes dependientes que se encuentran en el documento HTML.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<String>
ICollection<T> que contiene cadenas que representan las solicitudes dependientes que se encuentran en el documento HTML.

Seguridad de .NET Framework

Vea también

Referencia

HtmlDocument Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)