Web.HTTPProd.TBasePageProducer.Content
Delphi
function Content: string; override;
C++
virtual System::UnicodeString __fastcall Content(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Web.HTTPProd.pas Web.HTTPProd.hpp |
Web.HTTPProd | TBasePageProducer |
Description
Returns the content produced by the content producer.
Call Content to retrieve the content for using in an HTTP response message. TBasePageProducer attempts to locate a default template and uses that to generate the resulting content.