Propriedade HtmlDocument.RedirectingPage

Obtém um valor que indica se este documento HTML é uma página redirecionando.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property RedirectingPage As Boolean
    Get
public virtual bool RedirectingPage { get; }
public:
virtual property bool RedirectingPage {
    bool get ();
}
abstract RedirectingPage : bool
override RedirectingPage : bool
function get RedirectingPage () : boolean

Valor de propriedade

Tipo: System.Boolean
true Se este documento HTML é uma página de redirecionando; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

HtmlDocument Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting.HtmlControls