Interface INavigate
Defines a method for internal navigation in an application.
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public interface INavigate
Methods
| Improve this Doc View SourceNavigate(Uri)
Displays the content located at the specified URI.
Declaration
bool Navigate(Uri source)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Uri | source | The URI of the content to display. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if the content was successfully displayed; otherwise, false. |