IResponse::put_CharSet

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

HRESULT put_CharSet(
      BSTR bstrCharSet
);

Parameters

  • bstrCharSet
    [in] A binary string that contains the new CharSet value.

Remarks

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

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also