Defines if the control will redirect browser to the Referrer URL in case that validation fails.
Public Property AutoRedirect As Boolean
public bool AutoRedirect { get; set; }
public: __property bool get_AutoRedirect(); public: __property void set_AutoRedirect(bool );
public function get AutoRedirect() : bool public function set AutoRedirect(bool);