C# Class Catcher.AndroidDemo.EasyService.Controllers.UserController

Inheritance: Controller
Mostra file Open project: hwqdt/Demos

Public Methods

Method Description
GetThing ( string str ) : System.Web.Mvc.ActionResult
IsAuth ( string name, string pwd ) : bool
LogOn ( string userName, string userPwd ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
PostThing ( string str ) : System.Web.Mvc.ActionResult

Method Details

GetThing() public method

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

IsAuth() public method

public IsAuth ( string name, string pwd ) : bool
name string
pwd string
return bool

LogOn() public method

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