Unit 'CustWeb' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TWebHandler.LegacyRouting

Controls whether to use legacy request routing instead of HTTP router

Declaration

Source position: custweb.pp line 109

public property TWebHandler.LegacyRouting : Boolean
  read FLegacyRouting
  write FLegacyRouting;

Description

When True, uses the original request routing mechanism instead of the HTTP router system. Provides backward compatibility with older web applications.

See also

HandleRequest

  

Routes and processes an HTTP request to the appropriate handler


Documentation generated on: Jan 27 2026