Previous PageNext Page

13.7.18 IResponse::putCharSet

The IResponse::putCharSet method sets the value of the Charset property of the Response object.
 

HRESULT put_CharSet(

BSTR bstrCharset

);

Parameters

bstrCharSet
A binary string that contains the new Character Set value.

Remarks

You can use the CharSet value to set the character set to use when displaying the Response object.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page