ExternalViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:uri.external>
FinalYes
ViewHelper for creating URIs to external targets, enforcing a specific scheme (https by default).
The specified URI is passed through without further resolving or transformation.
<f:uri.external uri="https://www.typo3.org" target="_blank">external link</f:uri.external>
Tags
Table of Contents
Methods
- initializeArguments() : void
- render() : string
Methods
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string