dc.Out
The
<dc.Out>
tag is used with
<dcs.If>
and
<dcs.Else>
to indicate the what the output should be if the conditions are met.
Attributes
TODO
Usage Notes
TODO
Examples
<dcs.If Target="$Content" IsEmpty="false">
<dc.Out>
<dc.IncludeParam Name="Content" />
</dc.Out>
</dcs.If>
<dcs.Else>
<dc.Out>
<div class="page-header dc-element-hidden">
<h1 tabindex="-1"></h1>
</div>
<dcm.IncludeFeed Path="/docs/web/tag/dc-out" Meta="True" />
</dc.Out>
</dcs.Else>