TContentBase

<< Click to Display Table of Contents >>

Navigation:  Classes >

TContentBase

TContentBase is the base class for all content handlers in a IntraWeb application. Content handlers work like TURLMappers in previous IntraWeb versions, i.e., a TContentBase descendant is registered for a URL path. When a request matches the registered path, the IntraWeb server passes the request to the registered TContentBase instance, which in turn processes the response.

 

SIGNATURE=IW.Content.Base.TContentBase

 

ETYPE=Class

 

Declaration:

Delphi:

public TContentBase = class(TObject);

C++:

public: class TContentBase : public TObject;

 

TContentBase

 

Unit: IW.Content.Base.pas

 

Description: This is class IW.Content.Base.TContentBase.

 

·Events

·Methods

·Properties