Interface IRenderMvcController
The interface that must be implemented for a controller to be designated to execute for route hijacking
Namespace: Umbraco.Web.Mvc
Assembly: Umbraco.Web.dll
Syntax
public interface IRenderMvcController : IRenderController, IDiscoverable
Methods
View SourceIndex(ContentModel)
The default action to render the front-end view
Declaration
ActionResult Index(ContentModel model)
Parameters
Type | Name | Description |
---|---|---|
ContentModel | model |
Returns
Type | Description |
---|---|
ActionResult |