Summary
Navigates asynchronously to content that is specified by a uniform resource identifier (URI).
- Namespace
- MahApps
.Metro .Controls - Containing Type
- Metro
Navigation Window
Syntax
[System.Diagnostics.DebuggerNonUserCode]
public bool Navigate(Uri source)
Attributes
Type | Description |
---|---|
Debugger |
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. |