IHTMLMetaElement::get_httpEquivIHTMLMetaElement::get_httpEquiv*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLMetaElement::put_httpEquiv
*Next Topic: IHTMLMetaElement::put_content

IHTMLMetaElement::get_httpEquiv


HRESULT get_httpEquiv(
    BSTR *p 
);

Binds the content of the element to an HTTP response header.

p
Address of a variable that receives the HTTP response header.

If omitted, the name property should be used to identify the meta-information. The httpEquiv property is not case sensitive.

See also put_httpEquiv

Up Top of Page


IHTMLMetaElement::put_httpEquiv


HRESULT put_httpEquiv(
    BSTR v 
);

Binds the content of the element to an HTTP response header.

v
String specifying the HTTP response header.

If omitted, the name property should be used to identify the meta-information. The httpEquiv property is not case sensitive.

See also get_httpEquiv


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