Search
More About This Website

All information is provided "AS IS" with no warranties, and confers no rights

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

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

Reader Comments (3)

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

March 27, 2008 | Unregistered CommenterNick

Thanks for adding to the:
Q's Answered That Should Have Been In The Manual

QATSHBITM

I'm sure there are people that need this that are pulliing their hair out right now...

August 7, 2009 | Unregistered Commentercodecrafty

Thanks for this bit of info...needed it and found it on this page.

August 9, 2009 | Unregistered Commenterramneek

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>