REST.Client.TCustomRESTResponse.ContentType

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

Delphi

property ContentType: string read GetContentType write SetContentType;

C++

__property System::UnicodeString ContentType = {read=GetContentType, write=SetContentType};

プロパティ

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


説明

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

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

関連項目