Skip to content
xkp edited this page Aug 18, 2011 · 1 revision

This tag plainly executes code, the output is modified by using the out construct.

Sample usage

for(int i = 0; i < 20; i++)
{
    out()
    {
        <xss:e value="i"/>
    }
}

Clone this wiki locally