Reputation: 13308
How to check browser support html5?
Upvotes: 4
Views: 5036
Reputation: 107
You could do this by matching Request.Browser.Type against a list of browsers that support html5.
Upvotes: 2