C# Class Rebel.Cms.Web.Mvc.ActionInvokers.RebelActionInvoker

Ensures that if an action for the Template name is not explicitly defined by a user, that the 'Index' action will execute
Inheritance: RoutableRequestActionInvoker
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
RebelActionInvoker ( IRoutableRequestContext routableRequestContext ) : System

Protected Methods

Method Description
FindAction ( ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName ) : System.Web.Mvc.ActionDescriptor

Ensures that if an action for the Template name is not explicitly defined by a user, that the 'Index' action will execute

Method Details

FindAction() protected method

Ensures that if an action for the Template name is not explicitly defined by a user, that the 'Index' action will execute
protected FindAction ( ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName ) : System.Web.Mvc.ActionDescriptor
controllerContext ControllerContext
controllerDescriptor System.Web.Mvc.ControllerDescriptor
actionName string
return System.Web.Mvc.ActionDescriptor

RebelActionInvoker() public method

public RebelActionInvoker ( IRoutableRequestContext routableRequestContext ) : System
routableRequestContext IRoutableRequestContext
return System