Web.HTTPProd.TBasePageProducer.StripParamQuotes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StripParamQuotes: Boolean read FStripParamQuotes write FStripParamQuotes default True;

C++

__property bool StripParamQuotes = {read=FStripParamQuotes, write=FStripParamQuotes, default=1};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd TBasePageProducer

Description

Specifies whether to strip quotation marks when extracting the parameters from an HTML-transparent tag.

Set StripParamQuotes to indicate whether the page producer should strip quotation marks from the parameters of HTML-transparent tags before handling the tags. By setting StripParamQuotes to true, the page producer compensates for HTML editors that automatically insert quotation marks around the values of tag options.