Previous PageNext Page

13.7.19 IResponse::put_ContentType

The IResponse::put_ContentType method sets the value of the ContentType property of the Response object.
 

HRESULT put_ContentType(

BSTR bstrContentType

);

Parameters

bstrContentType
A binary string that contains the new ContentType value.

Remarks

You can use the ContentType value to set the content type to use when displaying the current Response object.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page