C# Class FLS.Sharepoint.MVC.Infrastructure.SPMvcControllerFactory

Inheritance: System.Web.Mvc.DefaultControllerFactory
Mostrar archivo Open project: ivankozyrev/fls-internal-portal

Public Methods

Method Description
Init ( ISPMvcAreaRegistration areaRegistration ) : void

Protected Methods

Method Description
GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type

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

Private Methods

Method Description
AddControllersToCache ( string areaName, IEnumerable types ) : void
IsControllerType ( Type type ) : bool

Method Details

GetControllerType() protected method

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.
return System.Type

Init() public static method

public static Init ( ISPMvcAreaRegistration areaRegistration ) : void
areaRegistration ISPMvcAreaRegistration
return void