本文我們簡單的介紹一下如何在Silverlight應用程序中獲取ASP
需求
如下面的項目結構
其中Default
在單擊
{
Response
this
this
}
使用InitParams
第一種方法
在Silverlight宿主頁面加載時
protected void Page_Load(object sender
{
this
Request
Request
}
然後在Silverlight應用程序的UserControl中設置兩個屬性
{
set {
this
}
}
public String Email
{
set {
this
}
}
From:http://tw.wingwit.com/Article/program/net/201311/11639.html