Class EPiDashboardController

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

Constructors

EPiDashboardController(IBootstrapper)

Declaration
public EPiDashboardController(IBootstrapper bootstrapper)
Parameters
Type Name Description
IBootstrapper bootstrapper

Methods

Index(String)

Declaration
[MenuItem("/global/dashboard", SortIndex = -1010, TextResourceKey = "/EPiServer/Shell/UI/Resources/MenuProvider/Dashboard")]
public ActionResult Index(string viewName)
Parameters
Type Name Description
System.String viewName
Returns
Type Description
System.Web.Mvc.ActionResult

Extension Methods