C# Класс 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
Наследование: RoutableRequestActionInvoker
Показать файл Открыть проект

Открытые методы

Метод Описание
RebelActionInvoker ( IRoutableRequestContext routableRequestContext ) : System

Защищенные методы

Метод Описание
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

Описание методов

FindAction() защищенный Метод

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
Результат System.Web.Mvc.ActionDescriptor

RebelActionInvoker() публичный Метод

public RebelActionInvoker ( IRoutableRequestContext routableRequestContext ) : System
routableRequestContext IRoutableRequestContext
Результат System