Web.HTTPApp.TCustomWebFileDispatcher.DefaultFile

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

Delphi

property DefaultFile: string read GetDefaultFile write SetDefaultFile;

C++

__property System::UnicodeString DefaultFile = {read=GetDefaultFile, write=SetDefaultFile};

プロパティ

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


説明

自動的にディスパッチするファイル名を示します。

たとえば、DefaultFile = 'index.html' の場合、ルート ディレクトリまでブラウズすると、レスポンスは index.html のコンテンツになります。

関連項目