Is there a nice way I can get rid of this in visual studio 10 when using knockoutjs? It just pollutes the warnings.
相关问题
- implementing html5 drag and drop photos with knock
- Visual Studio 2010 randomly says the command line
- (ASP.NET) Project file must include 'WindowsBa
- Partial Form Class C# - Only display code view for
- knockout checked binding doesn't update
相关文章
- How to show location of errors, references to memb
- Log4Net Multiple Projects
- Compiling error in C++ project with C and C++ code
- How to use Mercurial from Visual Studio 2010?
- VSIX: execute code on VS startup
- Copy different file to output directory for releas
- How do we alias a Sql Server instance name used in
- visual studio 2010 confirmation on close
After doing what Darbio said above, I also add this
<!DOCTYPE/>
on top of the page.Yes you can do this in VS 2010 SP1 and VS 11 Developer Preview
Select:
And select
XHTML5
orHTML5
from the drop down list