NavigateTo() Method

Definition

Assembly HeadlessTestingFramework.dll

Navigates to a view by setting window content. Uses SetCurrentValue to preserve any bindings on the Content property.

public void NavigateTo<T>()
    where T : Control, new()

Type parameters

T
The type of view to navigate to.