Share via


HtmlDocument.RedirectingPage Property

Gets a value that indicates whether this HTML document is a redirecting page.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
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

Property Value

Type: Boolean
true if this HTML document is a redirecting page; otherwise, false.

.NET Framework Security

See Also

Reference

HtmlDocument Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace