WebApplication.LogOff(Boolean) Method
In This Article
Performs the ASP.NET Web Forms application logout.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
can |
Boolean | true, if the log off can be canceled in the Xaf |
#Remarks
Triggers the XafApplication.LoggingOff and XafApplication.LoggedOff events. You can handle the former to cancel the log off process, and the latter, to be notified when a user has logged off. Note that if the canCancel parameter is false, the Cancel parameter of the LoggingOff event handler is ignored.
See Also