Navigation Service or NavigationContext is always null

Answered Navigation Service or NavigationContext is always null

  • Monday, May 31, 2010 2:00 AM
     
     

    Hi I am trying to use NavigationContext.Querystring to  get the Parameters, but I am getting the Object is always null. Is there any implementation specfic rules for getting the same. I am using UriMaper for mapping as shown. Is there any other way to get the Parameter of Querystring in Silverlight 4.0

    <navigation:Frame.UriMapper>

    <uriMapper:UriMapper>

    <uriMapper:UriMapping Uri="/{pageName}" MappedUri="/{pageName}.xaml"/>

    </navigation:Frame.UriMapper>

All Replies