docs.roxen.comBack to normal mode
DocsRoxenWebServer 4.5Web Developer ManualIf Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<if pragma></if>

Provided by module: Tags: RXML 2 tags

Compares the HTTP header pragma with a string. This is a State plugin.


Attributes

pragma="string"

Choose what pragma to test.


 <if pragma='no-cache'>The page has been reloaded!</if>
 <else>Reload this page!</else>
Reload this page!