IHTMLMetaElement::get_contentIHTMLMetaElement::get_content*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLMetaElement::put_content
*Next Topic: IHTMLMetaElement::put_name

IHTMLMetaElement::get_content


HRESULT get_content(
    BSTR *p 
);

Retrieves meta-information to be associated with the given name or HTTP response header.

p
Address of a variable that receives the meta-information.

See also put_content

Up Top of Page


IHTMLMetaElement::put_content


HRESULT put_content( 
    BSTR v 
);

Sets meta-information to be associated with the given name or HTTP response header.

v
String specifying the meta-information.

See also get_content


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.