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)

Syntax

'Declaration
Public Property OnApplyRedirect As Action(Of FacebookApplyRedirectContext)
    Get 
    Set
'Usage
Dim instance As FacebookAuthenticationProvider 
Dim value As Action(Of FacebookApplyRedirectContext)

value = instance.OnApplyRedirect

instance.OnApplyRedirect = value
public Action<FacebookApplyRedirectContext> OnApplyRedirect { get; set; }
public:
property Action<FacebookApplyRedirectContext^>^ OnApplyRedirect {
    Action<FacebookApplyRedirectContext^>^ get ();
    void set (Action<FacebookApplyRedirectContext^>^ value);
}
member OnApplyRedirect : Action<FacebookApplyRedirectContext> with get, set
function get OnApplyRedirect () : Action<FacebookApplyRedirectContext>
function set OnApplyRedirect (value : Action<FacebookApplyRedirectContext>)

Property Value

Type: System.Action<FacebookApplyRedirectContext>
Returns Action<T>.

See Also

Reference

FacebookAuthenticationProvider Class

Microsoft.Owin.Security.Facebook Namespace