Web.HTTPApp.TWebResponse.RawContent
Delphi
property RawContent: AnsiString read GetContent write SetContent;
C++
__property System::AnsiString RawContent = {read=GetContent, write=SetContent};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebResponse |
Description
Contains the raw information sent to the web client in response to an HTTP request message.
RawContent contains the raw information sent to the web client in response to an HTTP request message.