HtmlDocument.RedirectingPage 属性

获取一个值,该值指示此 HTML 文档是否为重定向页面。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Overridable ReadOnly Property RedirectingPage As Boolean
public virtual bool RedirectingPage { get; }
public:
virtual property bool RedirectingPage {
    bool get ();
}
abstract RedirectingPage : bool with get
override RedirectingPage : bool with get
function get RedirectingPage () : boolean

属性值

类型:System.Boolean
如果此 HTML 文档为重定向页面,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

HtmlDocument 类

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls 命名空间