Метод | Описание | |
---|---|---|
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 |
public GetThing ( string str ) : System.Web.Mvc.ActionResult | ||
str | string | |
Результат | System.Web.Mvc.ActionResult |
public IsAuth ( string name, string pwd ) : bool | ||
name | string | |
pwd | string | |
Результат | bool |
public LogOn ( string userName, string userPwd ) : System.Web.Mvc.ActionResult | ||
userName | string | |
userPwd | string | |
Результат | System.Web.Mvc.ActionResult |