httpEquiv property
String
get
httpEquiv
The HTMLMetaElement.httpEquiv
property gets or sets the pragma
directive or an HTTP response header name for the
HTMLMetaElement.content attribute.
For more details on the possible values, see the
http-equiv
attribute.
Implementation
external String get httpEquiv;
set
httpEquiv
(String value)
Implementation
external set httpEquiv(String value);