RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.ContentVersion Property

Reports the value of the Content-Version header of the HTTP request message.

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

Read ContentVersion to determine the version of the Content of the HTTP request message. Most HTTP requests do not require any Content at all. When the Method requires a value for Content, the ContentVersion may be set to indicate the version of the source of that content. The format of the ContentVersion depends on the ContentType of the request. 

 

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