Web.HTTPApp.TWebResponse.ContentVersion

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

Delphi

property ContentVersion: string index 9 read GetStringVariable write SetStringVariable;

C++

__property System::UnicodeString ContentVersion = {read=GetStringVariable, write=SetStringVariable, index=9};

プロパティ

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

説明

HTTP レスポンスメッセージの Content に関連付けられたバージョンを示します。

ContentVersion プロパティを使用すると,HTTP レスポンスの Content に関連付けられたバージョンを指定できます。ContentVersion の意味は,HTTP レスポンスとして送る情報の種類によって変わります。たとえば,HTTP レスポンスの Content に text/html という ContentType が含まれている場合,ContentVersion プロパティの値は使用される HTML のバージョンになるはずです。

ContentVersion プロパティの意味を規定するサーバーアプリケーションは,その意味を明確に記述しておかなければなりません。

関連項目