Update `TagHelperSample` conditionalcomment page.
This commit is contained in:
parent
33b37d6554
commit
d361c3a716
|
|
@ -1,9 +1,9 @@
|
||||||
@using TagHelperSample.Web
|
@using TagHelperSample.Web
|
||||||
@addTagHelper "*, 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>
|
<p>Content visible to all browsers newer than Internet Explorer 7.</p>
|
||||||
</iecondition>
|
</iecondition>
|
||||||
<iecondition mode="CommentMode.DownlevelHidden" condition="IE 7">
|
<iecondition mode="DownlevelHidden" condition="IE 7">
|
||||||
<p>Content visible only to Internet Explorer 7 users.</p>
|
<p>Content visible only to Internet Explorer 7 users.</p>
|
||||||
</iecondition>
|
</iecondition>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue