Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.WebFileExtensions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPServiceFileDispatcher

Delphi

property WebFileExtensions;

C++

__property WebFileExtensions;

Description

Specifies a collection of web file extensions.

Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.WebFileExtensions inherits from Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.WebFileExtensions. All content below this line refers to Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.WebFileExtensions.

Specifies a collection of web file extensions.

The WebFileExtensions property specifies a collection of web file extensions. This collection specifies the types of files that TDSCustomHTTPServiceFileDispatcher dispatches. Common Web file extensions include .html, .asp, .php, .css.

Note that TDSHTTPServiceFileDispatcher is used to publish properties for TDSCustomHTTPServiceFileDispatcher.

See Also