This class controls how IntraWeb handles search engines/bots requests. The ServerController creates an instance of TIWSearchEngineOptions, used internally.
Unit
IWServerControllerBase
Class hierarchy
TPersistent -> TIWSearchEngineOptions
Properties
RedirectToContentHandler: Boolean; [Published, Read/Write]
When True, IntraWeb will redirect any request coming from a search engine/bot to the content handler path specified by ContentHandlerPath property
ContentHandlerPath: string; [Published, Read/Write]
Path of the registered content handler
Methods
Assign [Public]
Declaration: procedure Assign(ASource: TPersistent); override;
Description: Copies properties values from another TIWSearchEngineOptions instance or TPersistent descendant.
Parameters:
- ASource (TPersistent): Instance of TIWSearchEngineOptions to copy properties from
|