C# Class BeiDream.Demo.Web.Controllers.HomeController

Inheritance: BeiDream.Web.Mvc.OwnControllerBase
Mostra file Open project: BeiMeng/BeiDream

Public Methods

Method Description
HomeController ( IResourceService resourceService ) : System
Index ( ) : System.Web.Mvc.ActionResult
LeftNavigationMenusInModule ( System.Guid parentId ) : System.Web.Mvc.ActionResult

获取左侧导航某个模块下的菜单树数据

LeftNavigationMenusInModulePage ( System.Guid parentId ) : System.Web.Mvc.ActionResult

获取左侧导航某个模块下的菜单树页面

LeftNavigationModule ( ) : System.Web.Mvc.ActionResult

获取左侧导航模块

Method Details

HomeController() public method

public HomeController ( IResourceService resourceService ) : System
resourceService IResourceService
return System

Index() public method

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

LeftNavigationMenusInModule() public method

获取左侧导航某个模块下的菜单树数据
public LeftNavigationMenusInModule ( System.Guid parentId ) : System.Web.Mvc.ActionResult
parentId System.Guid
return System.Web.Mvc.ActionResult

LeftNavigationMenusInModulePage() public method

获取左侧导航某个模块下的菜单树页面
public LeftNavigationMenusInModulePage ( System.Guid parentId ) : System.Web.Mvc.ActionResult
parentId System.Guid
return System.Web.Mvc.ActionResult

LeftNavigationModule() public method

获取左侧导航模块
public LeftNavigationModule ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult