Visual studio 2012 show hidden tags in design mode
In a visual studio, if you have a hidden field,
, eg:
<div style="display:none">
This content is not visible in design time
</div>
In design mode, it is not possible to see the contents of a div.
Are there any settings in Visual Studio 2012 so that invisible tags are displayed in design mode?
+4
2 answers