:navigation-title: uri.page .. include:: /Includes.rst.txt .. _typo3-fluid-uri-page: ================================== Uri.page ViewHelper `` ================================== .. typo3:viewhelper:: uri.page :source: ../../Global.json :display: tags,description,gitHubLink,arguments .. _typo3-fluid-uri-page-example: Examples ======== URI to the current page ----------------------- :: page link ``/page/path/name.html`` Depending on current page, routing and page path configuration. Query parameters ---------------- :: ``/page/path/name.html?foo=bar`` Depending on current page, routing and page path configuration. Query parameters for extensions ------------------------------- :: ``/page/path/name.html?extension_key[foo]=bar`` Depending on current page, routing and page path configuration.