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

Inheritance: System.Web.Mvc.DefaultControllerFactory
Afficher le fichier Open project: ivankozyrev/fls-internal-portal

Méthodes publiques

Méthode Description
Init ( ISPMvcAreaRegistration areaRegistration ) : void

Méthodes protégées

Méthode Description
GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type

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

Private Methods

Méthode Description
AddControllersToCache ( string areaName, IEnumerable types ) : void
IsControllerType ( Type type ) : bool

Method Details

GetControllerType() protected méthode

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.
Résultat System.Type

Init() public static méthode

public static Init ( ISPMvcAreaRegistration areaRegistration ) : void
areaRegistration ISPMvcAreaRegistration
Résultat void