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.
Assembly: System.Windows (in System.Windows.dll)
The INavigate type exposes the following members.
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.
