C# Class Compete.Site.Controllers.LogoutController

Inheritance: CompeteController
Show file Open project: aaronjensen/compete

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
LogoutController ( IFormsAuthentication authentication ) : System

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

LogoutController() public method

public LogoutController ( IFormsAuthentication authentication ) : System
authentication IFormsAuthentication
return System