CookieAuthenticationEvents.OnRedirectToReturnUrl Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se invoca cuando se redirigirá al cliente después del cierre de sesión.
public:
property Func<Microsoft::AspNetCore::Authentication::Cookies::CookieRedirectContext ^, System::Threading::Tasks::Task ^> ^ OnRedirectToReturnUrl { Func<Microsoft::AspNetCore::Authentication::Cookies::CookieRedirectContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::Cookies::CookieRedirectContext ^, System::Threading::Tasks::Task ^> ^ value); };
public:
property Func<Microsoft::AspNetCore::Authentication::RedirectContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^> ^, System::Threading::Tasks::Task ^> ^ OnRedirectToReturnUrl { Func<Microsoft::AspNetCore::Authentication::RedirectContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^> ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::RedirectContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^> ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.Cookies.CookieRedirectContext,System.Threading.Tasks.Task> OnRedirectToReturnUrl { get; set; }
public Func<Microsoft.AspNetCore.Authentication.RedirectContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>,System.Threading.Tasks.Task> OnRedirectToReturnUrl { get; set; }
member this.OnRedirectToReturnUrl : Func<Microsoft.AspNetCore.Authentication.Cookies.CookieRedirectContext, System.Threading.Tasks.Task> with get, set
member this.OnRedirectToReturnUrl : Func<Microsoft.AspNetCore.Authentication.RedirectContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>, System.Threading.Tasks.Task> with get, set
Public Property OnRedirectToReturnUrl As Func(Of CookieRedirectContext, Task)
Public Property OnRedirectToReturnUrl As Func(Of RedirectContext(Of CookieAuthenticationOptions), Task)