ltm rule command ANTIFRAUD alert htmlΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



ANTIFRAUD::alert_html
       For js_vhtml alert: returns the whole HTML in an escaped base64 format.

SYNOPSIS
       ANTIFRAUD::alert_html

DESCRIPTION
       for js_vhtml alert: returns the whole HTML in an escaped base64 format.

RETURN VALUE
       for js_vhtml alert: returns the whole HTML in an escaped base64 format.

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
			log local0. "Alert HTML: [ANTIFRAUD::alert_html]."
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-12.0.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)