name property
String
get
name
The HTMLMetaElement.name property is used in combination with
HTMLMetaElement.content to define the name-value pairs for the metadata
of a document.
The name attribute defines the metadata name and the content attribute
defines the value.
Implementation
external String get name;
set
name
(String value)
Implementation
external set name(String value);