Friday 15 August 2014

How to retrieve the querystring in a Silverlight class library? -


I'm buying a Silverlight 3 class library whose query string needs to be captured. Now I know that in a SilverLight app, you can hold it through the HtmlPage class, it does not work for the Silverlight class library. In the class library used in ASP.NET, you can refer to the current reference as HTTCPONTEX. Current can hold through . Is there such a thing in Silverlight 3?

How to obtain a query string in the Silverlight class library?

I can not see any reason that the HtmlPage class will not work in the Silverlight class library.

You definitely have to add the context to System.Windows.Browser. Dll to use it if you have not already done so.


No comments:

Post a Comment