Provides a meta to its PageTag parent tag or the page overall if parent not found.
In precedence order, the content may be provided as:
- Nested <ao:content> tag
- content attribute
- Body
Tag Information
| Tag Class: | com.aoindustries.web.struts.skintags.MetaTag |
|---|---|
| TagExtraInfo Class: | None |
| Body Content: | scriptless |
| Display Name: | None |
Attributes
| Name | Required | Evaluation | Type | Description |
|---|---|---|---|---|
| name | No | Runtime | Object |
The name of the meta information. A nested <ao:name> tag will override this value. |
| content | No | Runtime | Object |
The content of the meta information. A nested <ao:content> tag will override this value. A non-empty body may also provide the content. |
Variables
No Variables Defined.