Skip to main content
.NET 6.0+

XafApplication.LogOff() Method

Performs the application logout.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual void LogOff()

Remarks

This method is a base platform-independent method for the WinApplication.LogOff, WebApplication.LogOff, and BlazorApplication.LogOff methods. Use this method if you need to perform the LogOff operation from a platform-independent module.

See Also