Class EPiPlatformNavigationSearchProvidersController
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 EPiPlatformNavigationSearchProvidersController : RestControllerBase, IAsyncController, IController, IAsyncManagerContainer
Constructors
EPiPlatformNavigationSearchProvidersController(SearchProvidersManager)
Declaration
public EPiPlatformNavigationSearchProvidersController(SearchProvidersManager manager)
Parameters
Type | Name | Description |
---|---|---|
SearchProvidersManager | manager |
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