A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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