The meta element represents various kinds of metadata
expressed through pairs of name
and content
.
Technical details about this element can be found on the Official W3C reference
CharsetMeta
Initializer |
Meta(String name, String content = "", String? id = null) Parameters:
|
Attributes | |
attributes | Source Codeshared actual default <String->Object>[] attributes |
content | Source Codeshared String content The content (value) of the metadata. |
name | Source Codeshared String name The name (key) of the metadata. |
tag | Source Codeshared actual Tag tag The tag name and type. Refines Node.tag |
Inherited Attributes |
Attributes inherited from: Element |
Attributes inherited from: Object |