FacebookAuthenticationProvider.OnApplyRedirect Property

Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.

Namespace:  Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

public Action<FacebookApplyRedirectContext> OnApplyRedirect { get; set; }
Show: