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