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

Inheritance: Senparc.Weixin.MP.Sample.Controllers.BaseController
Afficher le fichier Open project: JeffreySu/WeiXinMPSDK

Méthodes publiques

Méthode 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

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

Method Details

DeleteMenu() public méthode

public DeleteMenu ( string token ) : System.Web.Mvc.ActionResult
token string
Résultat System.Web.Mvc.ActionResult

GetMenu() public méthode

public GetMenu ( string token ) : System.Web.Mvc.ActionResult
token string
Résultat System.Web.Mvc.ActionResult

GetToken() public méthode

public GetToken ( string appId, string appSecret ) : System.Web.Mvc.ActionResult
appId string
appSecret string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult