Navigation in Windows Presentation Foundation Applications

Windows Presentation Foundation (WPF) applications commonly consist of a collection of pages. As the user progresses through the application, they navigate from page to page, much like a Web application. Navigation is essentially a straightforward way to load and render a selected "target page".

In This Section

Reference

NavigationWindow

Frame

NavigationService

Hyperlink

PageFunction<T>