Class EPiDefaultShellModuleController

Inheritance
System.Object
EPiDefaultShellModuleController
Namespace: EPiServer.Shell.UI.Controllers
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public class EPiDefaultShellModuleController : Controller

Constructors

EPiDefaultShellModuleController()

Declaration
public EPiDefaultShellModuleController()

EPiDefaultShellModuleController(IBootstrapper, IViewManager)

Declaration
public EPiDefaultShellModuleController(IBootstrapper bootstrapper, IViewManager viewManager)
Parameters
Type Name Description
IBootstrapper bootstrapper
IViewManager viewManager

Methods

Index(ShellModule, String)

Declaration
public ActionResult Index(ShellModule module, string controller)
Parameters
Type Name Description
ShellModule module
System.String controller
Returns
Type Description
System.Web.Mvc.ActionResult

Extension Methods