Web.HTTPApp.TAbstractWebRequestFile.ContentType

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

Delphi

property ContentType: string read GetContentType;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TAbstractWebRequestFile

説明

ファイルデータのエンコード方法を指定します。

ContentType プロパティを読み出すと,Stream プロパティから読み出し可能なデータの形式を指定できます。ContentType は Type/SubType 形式の文字列で,ファイル内容のエンコードに使用される MIME タイプとサブタイプの名前を指定します。

関連項目