RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.ContentVersion Property

Represents the version associated with the Content of the HTTP response message.

Pascal
property ContentVersion: AnsiString;
C++
__property AnsiString ContentVersion;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!