« Hyper-V Release Candidate | Main | Licensing Team System for your build machine »

Silverlight Host Page QueryString

One of the things you will want to do at some point is get access to the query string parameters passed to the page hosting your Silverlight application. 

I had come across a few references to using HtmlPage.QueryString and that just didn't exist - so after digging around some more I came across HtmlPage.Document.QueryString  - which as you can see from the image is a Dictionary<string,string> of the query string parameters.

image

Posted on Tuesday, March 18, 2008 at 12:44PM by Registered CommenterDavid Yack | Comments1 Comment

Reader Comments (1)

thanx for sharing.
I am using this in my project.

March 27, 2008 | Unregistered CommenterNick

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>