Compartir a través de


TwitterAuthenticationProvider.OnApplyRedirect Property

 

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

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

Syntax

public Action<TwitterApplyRedirectContext> OnApplyRedirect { get; set; }
public:
property Action<TwitterApplyRedirectContext^>^ OnApplyRedirect {
    Action<TwitterApplyRedirectContext^>^ get();
    void set(Action<TwitterApplyRedirectContext^>^ value);
}
member OnApplyRedirect : Action<TwitterApplyRedirectContext> with get, set
Public Property OnApplyRedirect As Action(Of TwitterApplyRedirectContext)

Property Value

Type: System.Action<TwitterApplyRedirectContext>

Returns Action<T>.

See Also

TwitterAuthenticationProvider Class
Microsoft.Owin.Security.Twitter Namespace

Return to top