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

HIPControl.AutoRedirect Property

Collapse All

Defines if the control will redirect browser to the Referrer URL in case that validation fails.

Syntax

Visual Basic
Public Property AutoRedirect As Boolean
C#
public bool AutoRedirect { get; set; }
C++
public: __property bool get_AutoRedirect();
public: __property void set_AutoRedirect(bool );
JScript
public function get AutoRedirect() : bool
public function set AutoRedirect(bool);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace