.. include:: /Includes.rst.txt .. _typo3fluid-fluid-format-raw: ====================================== format.raw ViewHelper `` ====================================== Outputs an argument/value without any escaping. Is normally used to output an ObjectAccessor which should not be escaped, but output as-is. PAY SPECIAL ATTENTION TO SECURITY HERE (especially Cross Site Scripting), as the output is NOT SANITIZED! Examples ======== Child nodes ----------- :: {string} Output:: (Content of ``{string}`` without any conversion/escaping) Value attribute --------------- :: Output:: (Content of ``{string}`` without any conversion/escaping) Inline notation --------------- :: {string -> f:format.raw()} Output:: (Content of ``{string}`` without any conversion/escaping) .. _typo3fluid-fluid-format-raw_arguments: Arguments ========= .. _format.raw_value: value ----- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` The value to output