C# Class RibbitMvc.Controllers.UserController

Inheritance: RibbitControllerBase
Afficher le fichier Open project: dato1357/Social-Network

Méthodes publiques

Méthode 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 méthode

public Followers ( string username ) : System.Web.Mvc.ActionResult
username string
Résultat System.Web.Mvc.ActionResult

Following() public méthode

public Following ( string username ) : System.Web.Mvc.ActionResult
username string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( string username ) : System.Web.Mvc.ActionResult
username string
Résultat System.Web.Mvc.ActionResult