C# 클래스 Telerik.Web.Mvc.Infrastructure.Implementation.ControllerTypeCache

상속: IControllerTypeCache
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type

비공개 메소드들

메소드 설명
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

메소드 상세

GetControllerType() 공개 메소드

public GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type
requestContext System.Web.Routing.RequestContext
controllerName string
리턴 System.Type