C# Class MvcDating.Controllers.ProfileController

Inheritance: Controller
Datei anzeigen Open project: nightwolfz/MvcDating

Public Methods

Method Description
Edit ( string username = "" ) : System.Web.Mvc.ActionResult
Index ( string username = "" ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Edit ( ProfileView profileview ) : System.Web.Mvc.ActionResult

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Edit() public method

public Edit ( 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