简体   繁体   English

使用 ASP.NET MVC web 应用程序

[英]Using ASP.NET MVC web application

I want to create a web application using ASP.NET MVC.我想使用 ASP.NET MVC 创建一个 web 应用程序。 I saw a web application that was similar to a windows application.我看到一个 web 应用程序,它类似于 windows 应用程序。 For example: it was used TextBox, Listview, Treeview, TabControl, GridView, Button, etc. in web application.例如:在web应用中使用了TextBox、Listview、Treeview、TabControl、GridView、Button等。

I've researched in the inte.net but all examples used HTML tag to create TextBox, Button, etc.我在 inte.net 上研究过,但所有示例都使用 HTML 标签来创建 TextBox、Button 等。

How can I use.Net Controls directly in ASP.NET MVC web application?如何在 ASP.NET MVC web 应用程序中直接使用.Net Controls?

You cannot directly use a.Net control inside ASP.net MVC application instead use some plugins to make things done.不能直接在 ASP.net MVC 应用程序中使用 .Net 控件,而是使用一些插件来完成任务。

List out all.Net Controls that your windows application contains.列出您的 windows 应用程序包含的所有 .Net 控件。

Mostly frequently used controls will have plugins else add it as a custom control in your asp.net MVC application.最常用的控件将有插件,否则将其作为自定义控件添加到您的 asp.net MVC 应用程序中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM