MetroNavigationWindow.

Navigate(Uri, object) Method

Summary

Navigates asynchronously to source content located at a uniform resource identifier (URI), and pass an object that contains data to be used for processing during navigation.
Namespace
MahApps.Metro.Controls
Containing Type
MetroNavigationWindow

Syntax

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

Attributes

Type Description
DebuggerNonUserCodeAttribute

Parameters

Name Type Description
source Uri A Uri object initialized with the URI for the desired content.
extraData object A Object that contains data to be used for processing during navigation.

Return Value

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