Class EPiPlatformNavigationController
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer
Inherited Members
Namespace: EPiServer.Shell.UI.Controllers.Internal
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7Syntax
public class EPiPlatformNavigationController : RestControllerBase, IAsyncController, IController, IAsyncManagerContainer
Constructors
EPiPlatformNavigationController(NavigationService)
Declaration
public EPiPlatformNavigationController(NavigationService navigationService)
Parameters
Type | Name | Description |
---|---|---|
NavigationService | navigationService |
Methods
Get(String)
Declaration
public ActionResult Get(string product)
Parameters
Type | Name | Description |
---|---|---|
System.String | product |
Returns
Type | Description |
---|---|
System.Web.Mvc.ActionResult |
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer