如何在C#项目中包含Web [英] how to include web in c# project

查看:133
本文介绍了如何在C#项目中包含Web的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们,我正在用c#做一个桌面应用程序,但是我想在Web中显示某些功能,例如,对于我的停车管理系统,我想显示一些停车位的功能,例如可用车道和车辆的当前状态网络中的停车场.如何实现这样的功能?请帮助我
bishnu karki

hi friends , i m doing my project in c# which is a desktop application, but i want to show some features in web eg for my parking management system, i want to show some features of parking site like available lane and current status of parking lot in web. how to implement such features? please help me
bishnu karki

推荐答案

只需使用WebBrowser控件即可在表单本身中显示这些内容.
Just use a WebBrowser control to show those things in your form itself.


添加新的 Web应用程序投影到您的解决方案中,然后取决于您的体系结构.

如果您做了多层应用程序,那么将需要很短的时间来实现新的基于Web的界面.

但是,如果您实现了非多层应用程序,那么您将主要针对基于Web的新UI重复整个工作.

祝你好运
Add a new web application project to your solution and then it depends on your architecture.

If you did a multi tier application , then it will take a short time to implement new webbased interface.

But if you have implemented a non multitier application then you are mostly going to repeat the whole job again for the new web based UI.

Good luck


这篇关于如何在C#项目中包含Web的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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