Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentType
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)。