Learn Navigation in ""Avalon"" - The Windows Presentation Foundation
Click here to download now
Overview: In this white paper the author discusses his foray into Avalon application development; this time the author focuses on the ""Navigational"" nature of Avalon applications. WPF applications can be broadly classified into two types: Standalone Windows applications, Applications containing a series of pages. The latter type, where a user navigates among a series of pages, is more common. The navigational element in applications of this type is provided by the Hyperlink control. However the Hyperlink control presents several shortcomings such as difficulty in passing values to the destination page, and many more. Thus the author provides solution for the same.

