haXe API Documentation
Back
|
Index
extern
class
js.html.MetaElement
extends
Element
Available in js
The meta objects expose the
HTMLMetaElement
interface which contains descriptive metadata about a document. This object inherits all of the properties and methods described in the
element
section.
Documentation for this class was provided by
MDN
.
var
content :
String
Gets or sets the value of meta-data property.
var
httpEquiv :
String
Gets or sets the name of an HTTP response header to define for a document.
var
name :
String
Gets or sets the name of a meta-data property to define for a document.
var
scheme :
String
Gets or sets the name of a scheme used to interpret the value of a meta-data property.
Back
|
Index