C# 클래스 Catcher.AndroidDemo.EasyService.Controllers.UserController

상속: Controller
파일 보기 프로젝트 열기: hwqdt/Demos

공개 메소드들

메소드 설명
GetThing ( string str ) : System.Web.Mvc.ActionResult
IsAuth ( string name, string pwd ) : bool
LogOn ( string userName, string userPwd ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
PostThing ( string str ) : System.Web.Mvc.ActionResult

메소드 상세

GetThing() 공개 메소드

public GetThing ( string str ) : System.Web.Mvc.ActionResult
str string
리턴 System.Web.Mvc.ActionResult

IsAuth() 공개 메소드

public IsAuth ( string name, string pwd ) : bool
name string
pwd string
리턴 bool

LogOn() 공개 메소드

public LogOn ( string userName, string userPwd ) : System.Web.Mvc.ActionResult
userName string
userPwd string
리턴 System.Web.Mvc.ActionResult