---
title: "Format.raw ViewHelper <f:format.raw>"
manual: "Fluid ViewHelper Reference"
version: "13.4"
permalink: "https://docs.typo3.org/permalink/t3viewhelper:typo3fluid-fluid-format-raw@13.4"
source: "Global/Format/Raw.rst"
modified: "2026-09-17T09:07:45+00:00"
---

# Format.raw ViewHelper `<f:format.raw>`

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!

Go to the source code of this ViewHelper: [Format\\RawViewHelper.php (GitHub)](https://github.com/TYPO3/Fluid/blob/main/src/ViewHelpers/Format/RawViewHelper.php).

## Arguments of the `<f:format.raw>` ViewHelper

-   **value**

    -   *Type:* mixed

    The value to output
