获取在 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。