Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 370 Bytes

File metadata and controls

31 lines (17 loc) · 370 Bytes

base

ViewHelper which creates a <base href="..."></base> tag.

The Base URI is taken from the current request.

Examples

Example:

<f:base />

Output:

<base href="https://example.org/" />

Depending on your domain.

Arguments

This ViewHelper has no arguments.