NavigateTo(Type) Method

Definition

Assembly HeadlessTestingFramework.dll

Navigates to a view by setting window content (for single-page apps). Uses SetCurrentValue to preserve any bindings on the Content property.

public void NavigateTo(Type viewType)

Parameters

viewType
Type

The type of view to navigate to.