This interface reflects the META element.
IHTMLMetaElement Methods
get_charset Retrieves the character sets of the document. get_content Retrieves content to be associated with the given name or HTTP response header. get_httpEquiv Retrieves the content of the element to an HTTP response header. get_name Retrieves the name of the META element. get_url Retrieves the URL that will be loaded after the specified time has elapsed. put_charset Sets the character sets of the document. put_content Sets content to be associated with the given name or HTTP response header. put_httpEquiv Sets the content of the element to an HTTP response header. put_name Sets the the name of the META element. put_url Sets a URL to load after the specified time has elapsed.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
You can use the META element to include hidden information about the document and to insert document-related information used by some search engines.
The META element can be used only within the HEAD element.