메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Web.Mvc.ViewResult |
public ProfileController ( IProfileRepository profileRepository ) : System | ||
profileRepository | IProfileRepository | |
리턴 | System |
public Save ( ProfileEditModel form ) : System.Web.Mvc.RedirectToRouteResult | ||
form | ProfileEditModel | |
리턴 | System.Web.Mvc.RedirectToRouteResult |
public Show ( string username ) : System.Web.Mvc.ViewResult | ||
username | string | |
리턴 | System.Web.Mvc.ViewResult |