Adds a link tag to this page. In precedence order, the href may be provided as:
- Nested <ao:content> tag
- href attribute
- Body
Please note, that any links to stylesheets here are never optimized. Please prefer the AO Web Resources Taglib.
Tag Information
Tag Class: | com.aoindustries.website.skintags.LinkTag |
---|---|
TagExtraInfo Class: | None |
Body Content: | scriptless |
Display Name: | None |
Attributes
Name | Required | Evaluation | Type | Description |
---|---|---|---|---|
rel | No | Runtime | String |
The rel of the link. A nested <ao:rel> tag will override this value. |
href | No | Runtime | String |
The href of the link. A nested <ao:href> tag will override this value. Parameters must be properly URL encoded but not XML encoded (with & instead of &). The path before the first ? will be encoded by this tag. The preferred approach is to add any necessary parameters using nested <ao:param> and <ao:params> tags. |
type | No | Runtime | String |
The type of the link tag. A nested <ao:type> tag will override this value. |
Variables
No Variables Defined.