Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentType

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

Delphi

property ContentType: string read GetContentType write SetContentType;

C++

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

プロパティ

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

説明

HTTP レスポンスの Content-Type ヘッダーを示します。

ContentType プロパティは、HTTP レスポンスの内容のメディア タイプを示します。ContentType は、Type/SubType 形式の文字列です(例、text/html)。

関連項目