ASP.NET - How to check browser support html5?

前端 未结 1 1129
自闭症患者
自闭症患者 2020-12-11 21:07

How to check browser support html5?

相关标签:
1条回答
  • 2020-12-11 21:25

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

    0 讨论(0)
提交回复
热议问题