Try our conversational search powered by Generative AI!

Class EPiPlatformNavigationController

Inheritance
System.Object
EPiPlatformNavigationController
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer
Namespace: EPiServer.Shell.UI.Controllers.Internal
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
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

Extension Methods