Navigate Element

Defines an action to navigate to a specified destination MCML resource in response to a rule.

Syntax

<Navigate
    Data="IDictionary"
    Source="object"
/>

Attributes

Data

Specifies additional data for the URI request. This value is read-only.

Source

Specifies an MCML URI to navigate to. Relative paths are supported.

Remarks

Both the Navigate and NavigateCommand elements support http-based navigation targets. In addition, you can specify GET and POST http requests, and, using object paths, you can refer to data from anywhere in your UI.

Because an MCML file can contain multiple UIs, you can navigate to a specific UI within that file using the # syntax, which identifes a UI by name. If no specific UI is called out, the first in the file is used.

<Navigate Source="@file://Filename.mcml#UIName" />

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also