Web.HTTPProd.TBasePageProducer.Content

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Content: string; override;

C++

virtual System::UnicodeString __fastcall Content();

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.

See Also