.. include:: /Includes.rst.txt .. _typo3-fluid-uri-external: ========================================== uri.external ViewHelper `` ========================================== A ViewHelper for creating URIs to external targets. Currently the specified URI is simply passed through. Examples ======== Default ------- :: ``https://www.typo3.org`` Custom default scheme --------------------- :: ``ftp://typo3.org`` .. _typo3-fluid-uri-external_arguments: Arguments ========= .. _uri.external_uri: uri --- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` Target URI .. _uri.external_defaultscheme: defaultScheme ------------- :aspect:`DataType` string :aspect:`Default` 'https' :aspect:`Required` false :aspect:`Description` Scheme the href attribute will be prefixed with if specified $uri does not contain a scheme already