Class LogOffHandler
The LogOffHandler class provides a replacement for the LogOff page.
Inheritance
System.Object
LogOffHandler
Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke.dll
Syntax
public class LogOffHandler : IHttpHandler
Properties
| Improve this Doc View SourceIsReusable
The LogOffHandler class provides a replacement for the LogOff page.
Declaration
public bool IsReusable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceProcessRequest(HttpContext)
The LogOffHandler class provides a replacement for the LogOff page.
Declaration
public void ProcessRequest(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context |