_HTMLInjectionBase

(esrith/amos/core/_HTMLInjectionBase)

provides function for filter user input that is prone to HTML injection risk.

Type Description
preventInjection Boolean

If true, prevent HTML injection. If false, allow HTML injection. If null, the control will refer to the web configuration file whether to prevent or allow HTML injection.

Properties Detail
<Boolean>
preventInjection

If true, prevent HTML injection. If false, allow HTML injection. If null, the control will refer to the web configuration file whether to prevent or allow HTML injection.

Default value: false