ltm rule command HTML enableΒΆ

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

HTML::enable
       Enable the processing of HTML for this transaction.

SYNOPSIS
       HTML::enable

DESCRIPTION
       Enable the processing of HTML for this transaction.

RETURN VALUE
       empty return code.

VALID DURING
       ANY_EVENT

EXAMPLES
	when HTTP_RESPONSE {
	    if {$host == "www.f5.com"} {
		HTML::enable
	    }
	    log local0. "host: $host"
	}

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

BIG-IP							    2022-04-12							  iRule(1)