C# 클래스 NServiceMVC.ServiceController

상속: System.Web.Mvc.Controller, IServiceController
파일 보기 프로젝트 열기: gregmac/NServiceMVC

공개 메소드들

메소드 설명
ServiceController ( ) : System

보호된 메소드들

메소드 설명
OnActionExecuted ( System filterContext ) : void
OnActionExecuting ( System filterContext ) : void

메소드 상세

OnActionExecuted() 보호된 메소드

protected OnActionExecuted ( System filterContext ) : void
filterContext System
리턴 void

OnActionExecuting() 보호된 메소드

protected OnActionExecuting ( System filterContext ) : void
filterContext System
리턴 void

ServiceController() 공개 메소드

public ServiceController ( ) : System
리턴 System