Previous PageNext Page

13.7.10 IResponse::get_ContentType

The IResponse::get_ContentType method retrieves the current value of the ContentType property of the Response object.
 

HRESULT get_ContentType(

BSTR * pbstrContentTypeRet

);

Parameters

pbstrContentTypeRet
Points to a binary string that receives the Content Type value.

Remarks

You can use the pbstrContentTypeRet value to determine the content type of the current Response object.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page