C# Class RibbitMvc.Controllers.HomeController

Inheritance: RibbitControllerBase
Show file Open project: dato1357/Social-Network

Public Methods

Method Description
Followers ( ) : System.Web.Mvc.ActionResult
Following ( ) : System.Web.Mvc.ActionResult
HomeController ( ) : RibbitMvc.ViewModel
Index ( ) : System.Web.Mvc.ActionResult
Profiles ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( CreateRibbitViewModel model ) : System.Web.Mvc.ActionResult
Follow ( string username ) : System.Web.Mvc.ActionResult
Unfollow ( string username ) : System.Web.Mvc.ActionResult

Method Details

Followers() public method

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

Following() public method

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

HomeController() public method

public HomeController ( ) : RibbitMvc.ViewModel
return RibbitMvc.ViewModel

Index() public method

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

Profiles() public method

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