Class EPiDashboardController
Inheritance
System.Object
EPiDashboardController
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public class EPiDashboardController : Controller
Constructors
EPiDashboardController(IBootstrapper)
Declaration
public EPiDashboardController(IBootstrapper bootstrapper)
Parameters
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