Output.xDangerSend
Output.xDangerSend($string) -> null
Description
Send raw content directly to the client, with no escaping. (Like 'echo' or 'print' in PHP.)
SecurityOnly use this if you are 1000% sure the raw string is safe to send, and contains no injection risks.