f:uri.page¶
This ViewHelper creates a URI to a given page. If you need a ViewHelper for creating a link, look at f:link.page.
Properties¶
pageUid¶
- Variable type
- Integer|NULL
- Description
- Links to this page UID.
- Default value
- NULL
- Mandatory
- No
additionalParams¶
- Variable type
- Array
- Description
- Adds additional parameters for the target page. Compared to
arguments
the variables can be added without extension key prefix. - Default value
- Empty Array
- Mandatory
- No
pageType¶
- Variable type
- Integer
- Description
- Links to this page type.
- Default value
- 0
- Mandatory
- No
noCache¶
- Variable type
- Boolean
- Description
- Prevents the caching of the called page.
- Default value
- FALSE
- Mandatory
- No
noCacheHash¶
- Variable type
- Boolean
- Description
- Prevents the additional cHash parameter added to the link.
- Default value
- FALSE
- Mandatory
- No
section¶
- Variable type
- String
- Description
- Links to this anchor on the target page.
- Default value
- Empty string
- Mandatory
- No
linkAccessRestrictedPages¶
- Variable type
- Boolean
- Description
- Forces a link to a restricted page. Normally such links won’t be generated.
- Default value
- FALSE
- Mandatory
- No
absolute¶
- Variable type
- Boolean
- Description
- Creates an absolute link with domain name.
- Default value
- FALSE
- Mandatory
- No
addQueryString¶
- Variable type
- Boolean
- Description
- Adds all parameters to the target URL which are on the current page.
- Default value
- FALSE
- Mandatory
- No
argumentsToBeExcludedFromQueryString¶
- Variable type
- Array
- Description
- Excludes all give arguments if
addQueryString
is active. - Default value
- Empty array
- Mandatory
- No
Examples¶
<f:uri.page pageUid="1" additionalParams="{foo: 'bar'}">page link</f:uri.page>