3

Does asp.net (not mvc) support HTML 5? I need to create HTML 5 application, but I don't want to use mvc...

Is it possible?

2 Answers 2

2

Yes, see this HTML5 for ASP.NET Developers article for some information.

Sign up to request clarification or add additional context in comments.

Comments

2

If you don't use MVC, you also don't use any HTML template engine, so ASP.NET does not touch your HTML output. You can output whatever you want, for example HTML5.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.