Say I have a C# Silverlight 3 application with a number of pages. The first page is called Home, and the second page is called Details. The only way to navigate to details i
c#:
this.navContent.Navigate(new Uri("Welcome", UriKind.Relative));
XAML:
Even your "details" page should be mapped (despite what you said.)