Examples
<?# Link "/foo/bar" /?>
Parameters
The following parameters can be used without names in the order below or with names (provided they are named) in any order. When using named parameters, the syntax should be `Name=Value` or `Name="Value"`.
-
PathThe path to get a link for.
-
IncludeHostIf set to
truethe host configured in the output settings will be included in the link, otherwise the host will be omitted and only the root path will be included (default). -
HostThe host to use for the link.
-
RootThe root of the link. The value of this parameter is prepended to the path.
-
SchemeThe scheme to use for the link (will override the
UseHttpsparameter). -
UseHttpsIf set to
true, HTTPS will be used as the scheme for the link. -
HideIndexPagesIf set to
true, "index.htm" and "index.html" file names will be hidden. -
HideExtensionsIf set to
true, extensions will be hidden. -
LowercaseIf set to
true, links will be rendered in all lowercase.
