We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<if>
Forms a part of an if/elseif/else conditional structure.
if/elseif/else
<if condition="x">anyXml</if>
Results in C#:
if(x) { //anyXml-generated-code }
Material in an <if> element will only render if the condition evaluates to true.
true
Alias: <test if="">