메소드 | 설명 | |
---|---|---|
AccountManagerController ( ) : System | ||
AccountManagerController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Details ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( string id ) : System.Web.Mvc.ActionResult | ||
FindUser ( string findString ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
Create ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Delete ( string id, |
||
Edit ( string id, |
||
UserFinder ( ) : System.Web.Mvc.ActionResult |
public AccountManagerController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
userManager | ApplicationUserManager | |
signInManager | ApplicationSignInManager | |
리턴 | System |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
리턴 | System.Web.Mvc.ActionResult |
public Details ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
리턴 | System.Web.Mvc.ActionResult |
public Edit ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
리턴 | System.Web.Mvc.ActionResult |
public FindUser ( string findString ) : System.Web.Mvc.ActionResult | ||
findString | string | |
리턴 | System.Web.Mvc.ActionResult |