C# Class Senparc.Weixin.MP.Sample.Controllers.MenuController

Inheritance: Senparc.Weixin.MP.Sample.Controllers.BaseController
显示文件 Open project: JeffreySu/WeiXinMPSDK

Public Methods

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

Private Methods

Method Description
CreateMenu ( string token, GetMenuResultFull resultFull, MenuMatchRule menuMatchRule ) : System.Web.Mvc.ActionResult

Method Details

DeleteMenu() public method

public DeleteMenu ( string token ) : System.Web.Mvc.ActionResult
token string
return System.Web.Mvc.ActionResult

GetMenu() public method

public GetMenu ( string token ) : System.Web.Mvc.ActionResult
token string
return System.Web.Mvc.ActionResult

GetToken() public method

public GetToken ( string appId, string appSecret ) : System.Web.Mvc.ActionResult
appId string
appSecret string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult