content property
The HTMLMetaElement.content property gets or sets the content
attribute of pragma directives and named meta data in conjunction with
HTMLMetaElement.name or HTMLMetaElement.httpEquiv.
For more information, see the
content
attribute.
Implementation
external String get content;
Implementation
external set content(String value);