Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class EPiProductsController

Inheritance
System.Object
EPiProductsController
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 EPiProductsController : RestControllerBase, IAsyncController, IController, IAsyncManagerContainer

Constructors

EPiProductsController(NavigationService)

Declaration
public EPiProductsController(NavigationService navigationService)
Parameters
Type Name Description
NavigationService navigationService

Methods

Get()

Declaration
public ActionResult Get()
Returns
Type Description
System.Web.Mvc.ActionResult

Implements

System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer

Extension Methods