HtmlDocument.DependentRequestUrls 属性

获取在 HTML 文档中找到的从属请求的 URL。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
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>

属性值

类型:System.Collections.Generic.ICollection<String>
一个 ICollection<T>,其中包含表示在 HTML 文档中找到的从属请求的字符串。

.NET Framework 安全性

请参见

参考

HtmlDocument 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间