Class EPiSettingsController

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

Constructors

EPiSettingsController(MenuAssembler)

Declaration
public EPiSettingsController(MenuAssembler assembler)
Parameters
Type Name Description
MenuAssembler assembler

Methods

Index()

Declaration
[MenuItem("/global/user/settings", SortIndex = -990, TextResourceKey = "/EPiServer/Shell/UI/Resources/MenuProvider/MySettings")]
public ActionResult Index()
Returns
Type Description
System.Web.Mvc.ActionResult

Extension Methods