Method | Description | |
---|---|---|
Edit ( Profile id ) : System.Web.Mvc.ViewResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
ProfileController ( ) : System | ||
ProfileController ( IProfileRepository profileRepository ) : System | ||
Save ( ProfileEditModel form ) : System.Web.Mvc.RedirectToRouteResult | ||
Show ( string username ) : System.Web.Mvc.ViewResult |
public Edit ( Profile id ) : System.Web.Mvc.ViewResult | ||
id | Profile | |
return | System.Web.Mvc.ViewResult |
public ProfileController ( IProfileRepository profileRepository ) : System | ||
profileRepository | IProfileRepository | |
return | System |
public Save ( ProfileEditModel form ) : System.Web.Mvc.RedirectToRouteResult | ||
form | ProfileEditModel | |
return | System.Web.Mvc.RedirectToRouteResult |
public Show ( string username ) : System.Web.Mvc.ViewResult | ||
username | string | |
return | System.Web.Mvc.ViewResult |