C# 클래스 FLS.Sharepoint.MVC.Infrastructure.SPMvcControllerFactory

상속: System.Web.Mvc.DefaultControllerFactory
파일 보기 프로젝트 열기: ivankozyrev/fls-internal-portal

공개 메소드들

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