CookieAuthenticationProvider.OnApplyRedirect Property

A delegate assigned to this property will be invoked when the related method is called

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

Syntax

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

value = instance.OnApplyRedirect

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

Property Value

Type: System.Action<CookieApplyRedirectContext>

See Also

Reference

CookieAuthenticationProvider Class

Microsoft.Owin.Security.Cookies Namespace