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
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
RebelActionInvoker ( IRoutableRequestContext routableRequestContext ) : System

Méthodes protégées

Méthode 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 méthode

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
Résultat System.Web.Mvc.ActionDescriptor

RebelActionInvoker() public méthode

public RebelActionInvoker ( IRoutableRequestContext routableRequestContext ) : System
routableRequestContext IRoutableRequestContext
Résultat System