BlazorApplication.LogOff() Method
Performs the ASP.NET Core Blazor application logout.
Namespace: DevExpress.ExpressApp.Blazor
Assembly: DevExpress.ExpressApp.Blazor.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Remarks
Triggers the following events:
- XafApplication.LoggingOff - handle this event to cancel the log off process.
- XafApplication.LoggedOff - handle this event to be notified when a user has logged off.
The LogoffController Controller uses this method.
See Also