C# Class AreasExample.Areas.Admin.Controllers.T4MVC_ProfileController

Inheritance: AreasExample.Areas.Admin.Controllers.ProfileController
Afficher le fichier Open project: jeffreypalermo/mvc2inaction

Méthodes publiques

Méthode Description
Edit ( string username ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ActionResult
Show ( string username ) : System.Web.Mvc.ViewResult
T4MVC_ProfileController ( ) : System

Method Details

Edit() public méthode

public Edit ( string username ) : System.Web.Mvc.ViewResult
username string
Résultat System.Web.Mvc.ViewResult

Index() public méthode

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

Show() public méthode

public Show ( string username ) : System.Web.Mvc.ViewResult
username string
Résultat System.Web.Mvc.ViewResult

T4MVC_ProfileController() public méthode

public T4MVC_ProfileController ( ) : System
Résultat System