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:
property Action<FacebookApplyRedirectContext^>^ OnApplyRedirect {
	Action<FacebookApplyRedirectContext^>^ get();
	void set(Action<FacebookApplyRedirectContext^>^ value);
}

Property Value

Type: System::Action<FacebookApplyRedirectContext^>^

Returns Action<T>.

Return to top
Show: