Processes request to log off
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult LogOff( string returnUrl )
Parameters
- returnUrl
- Type: SystemString
Url to redirect to (default site homepage if missing)
Return Value
Type: ActionResultRedirect to site homepage
See Also