TrapFileEnableProperties:TrapFileEnable
Boolean, Read/Write
Trap all page requests through application. If enabled, WebX will raise the FileRequestEvents:FileRequest event. When this event is fired, WebX will pass the name of the requested object (HTML page, file, etc.) and the Query String to the application. The developer can then decide if they want to TRAP the page and provide the output to the client, or if WebX should try to honor the request. See Sections 3.2.12 and 3.3.2 for more information and an example.