API:Web.HTTPProd.TPageProducer.StripParamQuotes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StripParamQuotes: Boolean read FStripParamQuotes write FStripParamQuotes default 1;

C++

__property StripParamQuotes = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd TPageProducer

Description

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

Web.HTTPProd.TPageProducer.StripParamQuotes inherits from Web.HTTPProd.TBasePageProducer.StripParamQuotes. All content below this line refers to Web.HTTPProd.TBasePageProducer.StripParamQuotes.

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.