Is there a method for accesing Query parameters in the WebBrowser control or do we have to manually break apart the string? For example:
http://www.mysite.com?paramter=12345
I simply need to access the value of parameter. I know when working with xaml pages we have the have the QueryString property. Is there something similar for working with web pages?
I can’t remember where I got this, possibly SO.