Alexandre
Alexandre

Reputation: 13308

ASP.NET - How to check browser support html5?

How to check browser support html5?

Upvotes: 4

Views: 5036

Answers (1)

user468524
user468524

Reputation: 107

You could do this by matching Request.Browser.Type against a list of browsers that support html5.

Upvotes: 2

Related Questions