Method | Description | |
---|---|---|
DeleteMenu ( string token ) : System.Web.Mvc.ActionResult | ||
GetMenu ( string token ) : System.Web.Mvc.ActionResult | ||
GetToken ( string appId, string appSecret ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
CreateMenu ( string token, GetMenuResultFull resultFull, |
public DeleteMenu ( string token ) : System.Web.Mvc.ActionResult | ||
token | string | |
return | System.Web.Mvc.ActionResult |
public GetMenu ( string token ) : System.Web.Mvc.ActionResult | ||
token | string | |
return | System.Web.Mvc.ActionResult |
public GetToken ( string appId, string appSecret ) : System.Web.Mvc.ActionResult | ||
appId | string | |
appSecret | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |