IController 인터페이스

정의

컨트롤러에 필요한 메서드를 정의합니다.

public interface IController
type IController = interface
Public Interface IController
파생

메서드

Execute(RequestContext)

지정된 요청 컨텍스트를 실행합니다.

적용 대상