ltm rule command ANTIFRAUD alert htmlΒΆ

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



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

SYNOPSIS
       ANTIFRAUD::alert_html (VALUE)?

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

       ANTIFRAUD::alert_html VALUE ;
	   For client side alerts: sets the whole HTML in an escaped base64
       format.

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

       ANTIFRAUD::alert_html VALUE ;
	   No return value (for client side alerts: sets the whole HTML in an
       escaped base64 format).

VALID DURING
       ANTIFRAUD_ALERT

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

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



BIG-IP				  2019-05-10			      iRule(1)