다음을 통해 공유


IControllerFactory 인터페이스

정의

컨트롤러를 만들고 삭제하는 메서드를 제공합니다.

public interface class IControllerFactory
public interface IControllerFactory
type IControllerFactory = interface
Public Interface IControllerFactory
파생

메서드

CreateController(ControllerContext)

지정된 에 대한 새 컨트롤러를 context만듭니다.

ReleaseController(ControllerContext, Object)

컨트롤러 instance 해제합니다.

ReleaseControllerAsync(ControllerContext, Object)

컨트롤러 instance 비동기적으로 해제합니다.

적용 대상