---
title: "Be.pagePath ViewHelper <f:be.pagePath>"
manual: "Fluid ViewHelper Reference"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3viewhelper:typo3-fluid-be-pagepath@main"
source: "Global/Be/PagePath.rst"
modified: "2026-09-17T05:12:06+00:00"
---

# Be.pagePath ViewHelper `<f:be.pagePath>`

> [!WARNING]
> **Deprecated**
>
> since TYPO3 v15.0, will be removed in TYPO3 v16.0.

ViewHelper which returns the current page path as known from TYPO3 backend modules.

**Note:** This ViewHelper is experimental!

Go to the source code of this ViewHelper: [Be\\PagePathViewHelper.php (GitHub)](https://github.com/TYPO3/typo3/blob/main/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php).

**Table of contents**

-   [Examples](https://docs.typo3.org/permalink/t3viewhelper:examples@main)
-   [Arguments of the <f:be.pagePath> ViewHelper](https://docs.typo3.org/permalink/t3viewhelper:arguments-of-the-f-be-pagepath-viewhelper@main)

## Examples

Default:

**packages/my_extension/Resources/Private/Templates/Module/Index.fluid.html**

```html
<f:be.pagePath />
```

Current page path, prefixed with "Path:" and wrapped in a span with the class `typo3-docheader-pagePath`.

## Arguments of the `<f:be.pagePath>` ViewHelper
