C# Класс FLS.Sharepoint.MVC.Infrastructure.SPMvcControllerFactory

Наследование: System.Web.Mvc.DefaultControllerFactory
Показать файл Открыть проект

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

Метод Описание
Init ( ISPMvcAreaRegistration areaRegistration ) : void

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

Метод Описание
GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type

Retrieves the controller type for the specified name and request context.

Приватные методы

Метод Описание
AddControllersToCache ( string areaName, IEnumerable types ) : void
IsControllerType ( Type type ) : bool

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

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

Retrieves the controller type for the specified name and request context.
protected GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type
requestContext System.Web.Routing.RequestContext The context of the HTTP request, which includes the HTTP context and route data.
controllerName string The name of the controller.
Результат System.Type

Init() публичный статический Метод

public static Init ( ISPMvcAreaRegistration areaRegistration ) : void
areaRegistration ISPMvcAreaRegistration
Результат void