Class EPiDefaultShellModuleController
Inheritance
System.Object
EPiDefaultShellModuleController
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
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