Web.HTTPApp.IProduceContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IProduceContent = interface

C++

__interface  INTERFACE_UUID("{AAFA17B7-E814-11D4-A54A-00C04F6BB853}") IProduceContent  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

IProduceContent is the interface for generating the content of a Web page.

Content producers (such as TAdapaterPageProducer) implement the IProduceContent interface. This interface defines a single method, ProduceContent, which returns the content to assign to an HTTP response message in a Web Broker application.

See Also