Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentType

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

Delphi

property ContentType: string read GetContentType;

C++

__property System::UnicodeString ContentType = {read=GetContentType};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IResponse


説明

HTTP レスポンスContent-type ヘッダー フィールドを表します。

ContentType は、HTTP レスポンスの本体に対するメディアタイプを示します。

関連項目