asp.net中的Windows窗体 [英] Windows Forms in asp.net

查看:90
本文介绍了asp.net中的Windows窗体的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以从Windows表单重定向到带有查询字符串等数据的Web表单?

Is this possible to redirect to a web form from windows form with datas like querystring ?

推荐答案

是.您可以使用URL执行shellexecute,浏览器将启动并立即转到该URL(具有指定的查询字符串,如果存在).

您也可以根据需要使用WebBrowser控件.
Yes. You can do a shellexecute with the URL, and the browser will start and go immediately to that URL (with the specified query string, if present).

You can also use the WebBrowser control instead, depending on your needs.


这篇关于asp.net中的Windows窗体的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆