C# Class RibbitMvc.Controllers.UserController

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

Public Methods

Method Description
Followers ( string username ) : System.Web.Mvc.ActionResult
Following ( string username ) : System.Web.Mvc.ActionResult
Index ( string username ) : System.Web.Mvc.ActionResult

Method Details

Followers() public method

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

Following() public method

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

Index() public method

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