FacebookAuthenticationProvider::OnApplyRedirect Property
Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
public: property Action<FacebookApplyRedirectContext^>^ OnApplyRedirect { Action<FacebookApplyRedirectContext^>^ get(); void set(Action<FacebookApplyRedirectContext^>^ value); }
Show: