The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TwitterAuthenticationProvider::OnApplyRedirect Property
Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
public: property Action<TwitterApplyRedirectContext^>^ OnApplyRedirect { Action<TwitterApplyRedirectContext^>^ get(); void set(Action<TwitterApplyRedirectContext^>^ value); }
Show: