Web.WebFileDispatcher.TWebFileExtensions
Delphi
TWebFileExtensions = class(TCollection)
C++
class PASCALIMPLEMENTATION TWebFileExtensions : public System::Classes::TCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Web.WebFileDispatcher.pas Web.WebFileDispatcher.hpp |
Web.WebFileDispatcher | Web.WebFileDispatcher |
Description
Represents the base class for implementing a collection of web file extensions.
Use the TWebFileExtensions class to implement a collection of web file extensions. TWebFileExtensions represents a collection of TWebFileExtensionItems.
Every item of the collection represents a file extension. These web file extensions will be the types of files that WebFileDispatcher dispatches. Any HTTP file request for files with a file type not in the file extensions list will not be delivered to the requester.
Web file extensions represent a group of files related to websites and web servers. Common Web file extensions include .html, .asp, .php, .css.