OpenIdConnectOptions.SignedOutCallbackPath Propiedad

Definición

La ruta de acceso de la solicitud dentro de la ruta de acceso base de la aplicación donde se devolverá el agente de usuario después de cerrar la sesión del proveedor de identidades.

public:
 property Microsoft::AspNetCore::Http::PathString SignedOutCallbackPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString SignedOutCallbackPath { get; set; }
member this.SignedOutCallbackPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property SignedOutCallbackPath As PathString

Valor de propiedad

PathString

Se aplica a