C# 클래스 REST.Routing.ProtectedNamespaceControllerFactory

상속: System.Web.Mvc.DefaultControllerFactory
파일 보기 프로젝트 열기: bzak/MVC3-Rest-API

공개 메소드들

메소드 설명
CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : IController
ProtectedNamespaceControllerFactory ( NameValueCollection matches ) : System

메소드 상세

CreateController() 공개 메소드

public CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : IController
requestContext System.Web.Routing.RequestContext
controllerName string
리턴 IController

ProtectedNamespaceControllerFactory() 공개 메소드

public ProtectedNamespaceControllerFactory ( NameValueCollection matches ) : System
matches System.Collections.Specialized.NameValueCollection
리턴 System