如何在mvc3网站上添加html5代码?

时间:2013-02-21 09:45:18

标签: asp.net-mvc-3 html5

我想在我的mvc3网站上添加一段html5代码,我发布了我想在下面添加的代码

  <video width="320" height="240" controls autoplay>
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  <source src="movie.webm" type="video/webm">
  Your browser does not support the video tag.
  </video>

但是当我输入视频标签时,我没有在intellisense中获取它?

1 个答案:

答案 0 :(得分:0)

如果您使用的是Visual Studio 2010 SP1,则可以安装Web Standards Update