In the context of a navigation-style WPF application (NavigationWindow, not XBAP):
Is it possible for a Hyperlink's NavigateUri to contain extra parameters, like path data or a querystring? E.g., is there some way I could set my NavigateUri to /Product.xaml/123
or /Product.xaml?id=123
, and have my Product.xaml page be able to see that it was called with a parameter of 123
?