:navigation-title: uri.resource .. include:: /Includes.rst.txt .. _typo3-fluid-uri-resource: ========================================== Uri.resource ViewHelper `` ========================================== .. typo3:viewhelper:: uri.resource :source: ../../Global.json :display: tags,description,gitHubLink,arguments .. _typo3-fluid-uri-resource-example: Examples ======== Best practice with EXT: syntax ------------------------------ :: Output:: Preferred syntax that works in both extbase and non-extbase context. Defaults -------- :: Output:: Works only in extbase context since it uses the extbase request to find current extension, magically adds 'Resources/Public' to path. With extension name ------------------- :: Output:: Magically adds 'Resources/Public' to path.