次の方法で共有


IResponse::get_ContentType

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

HRESULT get_ContentType(
      BSTR* pbstrContentTypeRet
);

Parameters

  • pbstrContentTypeRet
    [retval] [out] Points to a BSTR that receives the ContentType value.

Remarks

You can use the ContentTypeRet value to determine the content type of 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