Class RenderActionInvoker
Ensures that if an action for the Template name is not explicitly defined by a user, that the 'Index' action will execute
Inheritance
System.Object
Namespace: Umbraco.Web.Mvc
Assembly: Umbraco.Web.dll
Syntax
public class RenderActionInvoker : AsyncControllerActionInvoker
Methods
View SourceFindAction(ControllerContext, ControllerDescriptor, String)
Ensures that if an action for the Template name is not explicitly defined by a user, that the 'Index' action will execute
Declaration
protected override ActionDescriptor FindAction(ControllerContext controllerContext, ControllerDescriptor controllerDescriptor, string actionName)
Parameters
Type | Name | Description |
---|---|---|
ControllerContext | controllerContext | |
ControllerDescriptor | controllerDescriptor | |
System.String | actionName |
Returns
Type | Description |
---|---|
ActionDescriptor |