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

Inheritance: AreasExample.Areas.Admin.Controllers.ProfileController
Datei anzeigen Open project: jeffreypalermo/mvc2inaction

Public Methods

Method 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 method

public Edit ( string username ) : System.Web.Mvc.ViewResult
username string
return System.Web.Mvc.ViewResult

Index() public method

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

Show() public method

public Show ( string username ) : System.Web.Mvc.ViewResult
username string
return System.Web.Mvc.ViewResult

T4MVC_ProfileController() public method

public T4MVC_ProfileController ( ) : System
return System