If an http request is made to an asp web page, then the asp code can access the query string via the Request.QueryString object.
What's the analagous way to do this in xaml? For example, say that I wanted to write a simple xaml page that just echoes the query string back in the response. What would the code for this look like?