Summary
Navigates asynchronously to content that is contained by an object.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- Metro
Navigation Window
Syntax
[System.Diagnostics.DebuggerNonUserCode]
public bool Navigate(object content)
Attributes
| Type | Description |
|---|---|
| Debugger |
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. |
