Web.HTTPApp.TWebResponse.ContentVersion
Delphi
property ContentVersion: string index 9 read GetStringVariable write SetStringVariable;
C++
__property System::UnicodeString ContentVersion = {read=GetStringVariable, write=SetStringVariable, index=9};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebResponse |
Description
Represents the version associated with the Content of the HTTP response message.
Use ContentVersion to specify a version associated with the Content of the HTTP response. The meaning of ContentVersion depends on the type of information that is sent in the HTTP response. For example, if the Content of the HTTP response has a ContentType of text/html, ContentVersion would be the version of HTML used.
Server applications that introduce meanings for the ContentVersion property should document the interpretation they assign to ContentVersion.