Property | Type | Description | |
---|---|---|---|
Edit | System.Web.Mvc.ActionResult | ||
Edit | System.Web.Mvc.ViewResult | ||
ProfileController | System | ||
RedirectToAction | System.Web.Mvc.RedirectToRouteResult | ||
Show | System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Edit ( string username ) : System.Web.Mvc.ViewResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
ProfileController ( ) : System | ||
ProfileController ( IProfileRepository profileRepository ) : System | ||
Show ( string username ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Edit ( |
||
Edit ( ) : System.Web.Mvc.ViewResult | ||
ProfileController ( Dummy d ) : System | ||
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult | ||
Show ( ) : System.Web.Mvc.ViewResult |
public Edit ( string username ) : System.Web.Mvc.ViewResult | ||
username | string | |
return | System.Web.Mvc.ViewResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ProfileController ( IProfileRepository profileRepository ) : System | ||
profileRepository | IProfileRepository | |
return | System |
public Show ( string username ) : System.Web.Mvc.ViewResult | ||
username | string | |
return | System.Web.Mvc.ViewResult |