MetroNavigationWindow.

Navigate(object) Method

Summary

Navigates asynchronously to content that is contained by an object.
Namespace
MahApps.Metro.Controls
Containing Type
MetroNavigationWindow

Syntax

[System.Diagnostics.DebuggerNonUserCode]
public bool Navigate(object content)

Attributes

Type Description
DebuggerNonUserCodeAttribute

Parameters

Name Type Description
content object An Object that contains the content to navigate to.

Return Value

Type Description
bool true if a navigation is not canceled; otherwise, false.