C# Class Telerik.Web.Mvc.Infrastructure.Implementation.ControllerTypeCache

Inheritance: IControllerTypeCache
Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

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

Private Methods

Méthode Description
EnsureInitialized ( ) : void
GetAllControllerTypes ( ) : IList
GetControllerTypeWithinNamespaces ( System.Web.Routing.RouteBase route, string controllerName, IEnumerable namespaces ) : Type
GetControllerTypes ( string controllerName, IEnumerable namespaces ) : ICollection
IsNamespaceMatch ( string requestedNamespace, string targetNamespace ) : bool

Method Details

GetControllerType() public méthode

public GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type
requestContext System.Web.Routing.RequestContext
controllerName string
Résultat System.Type