微软visual studio 2010中的Html ?

时间:2022-11-14 08:54:24

I have microsoft visual studio 2010 and I'm just wondering how I can start an html project in it, or is that even possible?

我有microsoft visual studio 2010,我想知道如何在其中启动一个html项目,或者这是否可能?

2 个解决方案

#1


6  

Start an ASP.NET Web Application in Visual Studio 2010 and delete all of the .ASPX files and create .HTML files.

开始一个ASP。NET Web应用程序在Visual Studio 2010中,删除所有的. aspx文件并创建. html文件。

The IDE has great support for HTML and JavaScript (at least for jQuery), but it isn't focused for your usage case.

IDE对HTML和JavaScript(至少对jQuery)有很好的支持,但是它并没有关注您的使用情况。

The only persons generally using Visual Studio for HTML related work is ASP.NET developers like myself. It is very "heavy" for pure HTML work.

通常使用Visual Studio进行HTML相关工作的人只有ASP。网络开发人员喜欢自己。它对于纯HTML工作来说是非常“沉重”的。

#2


1  

If you have Visual Studio you can probably have access to Microsoft Expression Web which does exactly what you want.

如果您有Visual Studio,您可能可以访问Microsoft Expression Web,它可以实现您想要的功能。

#1


6  

Start an ASP.NET Web Application in Visual Studio 2010 and delete all of the .ASPX files and create .HTML files.

开始一个ASP。NET Web应用程序在Visual Studio 2010中,删除所有的. aspx文件并创建. html文件。

The IDE has great support for HTML and JavaScript (at least for jQuery), but it isn't focused for your usage case.

IDE对HTML和JavaScript(至少对jQuery)有很好的支持,但是它并没有关注您的使用情况。

The only persons generally using Visual Studio for HTML related work is ASP.NET developers like myself. It is very "heavy" for pure HTML work.

通常使用Visual Studio进行HTML相关工作的人只有ASP。网络开发人员喜欢自己。它对于纯HTML工作来说是非常“沉重”的。

#2


1  

If you have Visual Studio you can probably have access to Microsoft Expression Web which does exactly what you want.

如果您有Visual Studio,您可能可以访问Microsoft Expression Web,它可以实现您想要的功能。