INavigate Interface
TOC
Collapse the table of content
Expand the table of content

INavigate Interface

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Defines a method for internal navigation in a Windows Phone application.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

No code example is currently available or this language may not be supported.

The INavigate type exposes the following members.

  NameDescription
Public methodNavigateDisplays the content located at the specified URI.
Top

Objects within a Windows Phone application that will be navigated to using the HyperlinkButton should implement this interface. The HyperlinkButton will search the visual tree for a named (x:Name Attribute) object that matches the TargetName property of the HyperlinkButton. If a match is found, the Navigate method is called on the object, which causes the content of the URI to display.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft