C# Класс Sage.Controllers.SageControllerFactory

Implements a factory for IControllers used within this application.
Наследование: System.Web.Mvc.DefaultControllerFactory
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetControllerInstance ( System.Web.Routing.RequestContext requestContext, Type type ) : IController

Constructs the controller instance needed to service the current request.

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

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

Constructs the controller instance needed to service the current request.
protected GetControllerInstance ( System.Web.Routing.RequestContext requestContext, Type type ) : IController
requestContext System.Web.Routing.RequestContext The request context under which this method is being called.
type System.Type The type of the controller to create.
Результат IController