C# 클래스 Senparc.Weixin.MP.Sample.Controllers.MenuController

상속: Senparc.Weixin.MP.Sample.Controllers.BaseController
파일 보기 프로젝트 열기: JeffreySu/WeiXinMPSDK

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateMenu ( string token, GetMenuResultFull resultFull, MenuMatchRule menuMatchRule ) : System.Web.Mvc.ActionResult

메소드 상세

DeleteMenu() 공개 메소드

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

GetMenu() 공개 메소드

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

GetToken() 공개 메소드

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

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult