HTML5和ASP.Net 4.0

时间:2022-11-12 00:26:07

Is the html output generated in ASP.Net 4.0 is HTML5 Compliant?

ASP.Net 4.0中生成的html输出是否符合HTML5标准?

4 个解决方案

#1


3  

Asp.net 4.0 with Visual Studio 2010 is compatible with HTML 5. You can download the Visual Studio Service pack 1 Beta From Here for Html 5 and CSS3 intellisense

使用Visual Studio 2010的Asp.net 4.0与HTML 5兼容。您可以从此处下载Visual Studio Service Pack 1 Beta,用于Html 5和CSS3 intellisense

Check other url's which ca help you to create Html5 Pages.

检查其他网址,以帮助您创建Html5页面。

http://blog.reybango.com/2010/09/21/how-to-create-html5-website-and-page-templates-for-visual-studio-2010/

http://blog.reybango.com/2010/09/21/how-to-create-html5-website-and-page-templates-for-visual-studio-2010/

#2


4  

It is compatible with HTML5, but it is not HTML5.

它与HTML5兼容,但它不是HTML5。

Check out this thread: http://forums.asp.net/p/1401032/3032617.aspx

看看这个主题:http://forums.asp.net/p/1401032/3032617.aspx

#3


1  

If you want to use ASP.Net controls which render as HTML5 inputs, links, etc, you can create custom controls or use some that are freely available. I made a suite of them and open-sourced it at http://html5asp.sourceforge.net. The main challenge was getting the inputs to generate HTML with "input type='XXXX'". If you want to make your own, this is done by overriding AddAttributesToRender and RenderContents. Please feel free to check out my project for the complete source code or download the binaries.

如果要使用呈现为HTML5输入,链接等的ASP.Net控件,您可以创建自定义控件或使用一些免费提供的控件。我制作了一套它们,并在http://html5asp.sourceforge.net上开源。主要挑战是使用“input type ='XXXX'”生成HTML的输入。如果您想创建自己的,可以通过重写AddAttributesToRender和RenderContents来完成。请随时查看我的项目以获取完整的源代码或下载二进制文件。

#4


0  

It is compatible with HTML5. Try below link:

它与HTML5兼容。请尝试以下链接:

http://weblogs.asp.net/scottgu/cleaner-html-markup-with-asp-net-4-web-forms-client-ids-vs-2010-and-net-4-0-series

http://weblogs.asp.net/scottgu/cleaner-html-markup-with-asp-net-4-web-forms-client-ids-vs-2010-and-net-4-0-series

#1


3  

Asp.net 4.0 with Visual Studio 2010 is compatible with HTML 5. You can download the Visual Studio Service pack 1 Beta From Here for Html 5 and CSS3 intellisense

使用Visual Studio 2010的Asp.net 4.0与HTML 5兼容。您可以从此处下载Visual Studio Service Pack 1 Beta,用于Html 5和CSS3 intellisense

Check other url's which ca help you to create Html5 Pages.

检查其他网址,以帮助您创建Html5页面。

http://blog.reybango.com/2010/09/21/how-to-create-html5-website-and-page-templates-for-visual-studio-2010/

http://blog.reybango.com/2010/09/21/how-to-create-html5-website-and-page-templates-for-visual-studio-2010/

#2


4  

It is compatible with HTML5, but it is not HTML5.

它与HTML5兼容,但它不是HTML5。

Check out this thread: http://forums.asp.net/p/1401032/3032617.aspx

看看这个主题:http://forums.asp.net/p/1401032/3032617.aspx

#3


1  

If you want to use ASP.Net controls which render as HTML5 inputs, links, etc, you can create custom controls or use some that are freely available. I made a suite of them and open-sourced it at http://html5asp.sourceforge.net. The main challenge was getting the inputs to generate HTML with "input type='XXXX'". If you want to make your own, this is done by overriding AddAttributesToRender and RenderContents. Please feel free to check out my project for the complete source code or download the binaries.

如果要使用呈现为HTML5输入,链接等的ASP.Net控件,您可以创建自定义控件或使用一些免费提供的控件。我制作了一套它们,并在http://html5asp.sourceforge.net上开源。主要挑战是使用“input type ='XXXX'”生成HTML的输入。如果您想创建自己的,可以通过重写AddAttributesToRender和RenderContents来完成。请随时查看我的项目以获取完整的源代码或下载二进制文件。

#4


0  

It is compatible with HTML5. Try below link:

它与HTML5兼容。请尝试以下链接:

http://weblogs.asp.net/scottgu/cleaner-html-markup-with-asp-net-4-web-forms-client-ids-vs-2010-and-net-4-0-series

http://weblogs.asp.net/scottgu/cleaner-html-markup-with-asp-net-4-web-forms-client-ids-vs-2010-and-net-4-0-series