Package

ViewHelpers

ViewHelper Documentation

uri.external

A view helper for creating URIs to external targets. Currently the specified URI is simply passed through.

= Examples =

<f:uri.external uri="https://www.neos.io" /> https://www.neos.io

<f:uri.external uri="neos.io" defaultScheme="sftp" /> sftp://neos.io

Arguments

uri string

target URI

defaultScheme string

target URI

ViewHelper Resources

Schema Resources