API:REST.Client.TRESTResponse.ContentType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ContentType: string read GetContentType write SetContentType default 0;

C++

__property ContentType = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTResponse

説明

応答内容の MIME(Multipurpose Internet Mail Extensions:多目的インターネット メール拡張)タイプを指定します。

REST.Client.TRESTResponse.ContentType は REST.Client.TCustomRESTResponse.ContentType を継承しています。以下の内容はすべて REST.Client.TCustomRESTResponse.ContentType を参照しています。

応答内容の MIME(Multipurpose Internet Mail Extensions:多目的インターネット メール拡張)タイプを指定します。

このプロパティを使用すると、応答内容の MIME タイプを取得または設定できます。

関連項目