Web.HTTPApp.IProduceContent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

IProduceContent = interface

C++

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

プロパティ

種類 可視性 ソース ユニット
interface
class
public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp


説明

IProduceContent 、Web ページのコンテンツを生成するためのインターフェイスです。

コンテンツ プロデューサ(TAdapaterPageProducer など)は、IProduceContent インターフェイスを実装します。 このインターフェイスは、メソッドを 1 つ、ProduceContent を定義しており、これは、Web Broker アプリケーションで HTTP レスポンス メッセージに割り当てるコンテンツを返します。


関連項目