Web.Stencils.TWebStencilsEngine.PathTemplates
Delphi
property PathTemplates: TWebStencilsPathTemplateCollection read FPathTemplates
C++
__property TWebStencilsPathTemplateCollection* PathTemplates = {read=FPathTemplates, write=SetPathTemplates};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsEngine |
Description
Collection of request path templates used when the engine is registered as a post-processor of a file dispatcher.
When a template matches a request path, the engine is used as a post-processor. When the collection is empty, then any request path is matched. A requested file must be textual.