DCSIMG
UriMapper - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » UriMapper (RSS)

Silverlight 3 Quick Tip #6: Navigation Framework and Uri Routing

Silverlight 3 introduced the Navigation Framework and URI Routing features. Today I’ll show how to use those features. To use navigation features you could either create a new “Silverlight Navigation Application” or simply add relevant references to standard “Silverlight application” In case of standard “Silverlight Application” you need to add reference to “System.Windows.Controls.Navigation” assembly and relevant XAML introduce namespace: xmlns : navigation ="clr-namespace:System.Windows.Controls;assembly...