Web.HTTPApp.TWebRequest.ContentVersion

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

Delphi

property ContentVersion: string index 17 read GetStringVariable;

C++

__property System::UnicodeString ContentVersion = {read=GetStringVariable, index=17};

プロパティ

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

説明

HTTP リクエストメッセージの Content-Version ヘッダーの値を示します。

ContentVersion プロパティを読み出すと,HTTP リクエストメッセージの Content のバージョンがわかります。ほとんどの HTTP リクエストはまったく Content を要求しません。Method が Content の値を要求するときは,ContentVersion に内容のソースのバージョンを設定できます。ContentVersion の形式はリクエストの ContentType によって決まります。

関連項目