MetroNavigationWindow.

Navigate(Uri) Method

Summary

Navigates asynchronously to content that is specified by a uniform resource identifier (URI).
Namespace
MahApps.Metro.Controls
Containing Type
MetroNavigationWindow

Syntax

[System.Diagnostics.DebuggerNonUserCode]
public bool Navigate(Uri source)

Attributes

Type Description
DebuggerNonUserCodeAttribute

Parameters

Name Type Description
source Uri A Uri object initialized with the URI for the desired content.

Return Value

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