Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任意のボタンをクリックすると、Silverlight の子ウィンドウがポップアップとして表示されるはずですが、モーダル ポップアップの代わりに、子ウィンドウを別のウィンドウ/ブラウザーとして URL で開きたい
これを試してください
HtmlPopupWindowOptions options = new HtmlPopupWindowOptions(); HtmlPage.PopupWindow(new Uri(http://localhost:51327/MyprintPage.aspx), "_newWindow", options);