RT
这时候,我们可以用GET方式传入一些参数 例如:http://loaclhost/sl.aspx?id=1然后在silverlight中这样访问:
string id = HtmlPage.Document.QueryString["id"];