A quick and easy-to-install ASP.NET CAPTCHA

HIPControl.PersistDotTextComments Property

Collapse All

Defines if the control will take care of persisting DotText comments on failures of HIP validation.

Syntax

Visual Basic
Public Property PersistDotTextComments As Boolean
C#
public bool PersistDotTextComments { get; set; }
C++
public: __property bool get_PersistDotTextComments();
public: __property void set_PersistDotTextComments(bool );
JScript
public function get PersistDotTextComments() : bool
public function set PersistDotTextComments(bool);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace