TIWCGJQDownloadOptions.EncodeHTMLEntities Property

Functionality to encode HTML entities for a POST, need this if data is an object with properties whose values contains strings with quotation marks. HTML entity encoding is done by replacing all &,<,>,',",\r,\n characters. Note that some browsers will POST the string htmlentity-encoded whilst others will decode it before POSTing. It is recommended that on the server, htmlentity decoding is done irrespective.

Namespace: IWCGJQDownload
published
 property EncodeHTMLEntities: Boolean index 12 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;

Property Value

Type: Boolean

Default: True