【发布时间】:2012-11-09 01:07:00
【问题描述】:
我的项目是silverlight导航项目(IN-Browser) 我想导航到一个 Url,例如:
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri(string.Format("http://{0}:
{1}/ReportProject.aspx#/Supplies/RequestGoods/RequestGoodsDashboard",
Application.Current.Host.Source.Host,
Application.Current.Host.Source.Port)), "_blank", "");
并使用 post 方法向目标页面发送许多参数
我该怎么做?
【问题讨论】:
标签: c# silverlight post