I'm working with windows phone app so in my mainpage I have a listbox that contain data from web service json data that have href and what I want to do is when I selecting one of the listbox item i will navigate to detail page that will getting data from web service with this href. I'm using mvvm patern and i don't know how to pass this href into my detailpage mainviewmodel property
and for listbox i'm using telerik raddataboundlistbox (well maybe there is some different feature than normal listbox)