Update `TagHelperSample` conditionalcomment page.

This commit is contained in:
N. Taylor Mullen 2015-10-29 14:36:20 -07:00
parent 33b37d6554
commit d361c3a716
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
@using TagHelperSample.Web
@addTagHelper "*, TagHelperSample.Web"
<iecondition mode="CommentMode.DownlevelRevealed" condition="gt IE 7">
<iecondition mode="DownlevelRevealed" condition="gt IE 7">
<p>Content visible to all browsers newer than Internet Explorer 7.</p>
</iecondition>
<iecondition mode="CommentMode.DownlevelHidden" condition="IE 7">
<iecondition mode="DownlevelHidden" condition="IE 7">
<p>Content visible only to Internet Explorer 7 users.</p>
</iecondition>