Dart API Referencedart:htmlMetaElement

MetaElement Interface

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.

Extends

Element

Fields

Code String content #

Gets or sets the value of meta-data property.
String content;

Code String httpEquiv #

Gets or sets the name of an HTTP response header to define for a document.
String httpEquiv;

Code String name #

Gets or sets the name of a meta-data property to define for a document.
String name;

Code String scheme #

Gets or sets the name of a scheme used to interpret the value of a meta-data property.
String scheme;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.