RedirectingEventArgs.DisableAutomaticRedirection Property

Definition

Gets or sets the value indicating whether the application wants the disable automatic redirection based on the redirect action set in this event arg after returning from the redirect callback handler of the application. If disabled, the application takes the responsibility to store this event arg, set the redirect action later, and call ResumeRedirection. Failure to do so will result in the pending Particpate method hanging.

public:
 property bool DisableAutomaticRedirection { bool get(); void set(bool value); };
public bool DisableAutomaticRedirection { get; set; }
member this.DisableAutomaticRedirection : bool with get, set
Public Property DisableAutomaticRedirection As Boolean

Property Value

Boolean

Applies to