Web.WebFileDispatcher.TWebFileDispatcherProperties.DefaultFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultFile: string read FDefaultFile write FDefaultFile;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TWebFileDispatcherProperties

Description

File name to dispatch automatically.

For example, if DefaultFile = 'index.html' then when browsing the root directory the response content comes from 'index.html'.