C# 클래스 SampleWebApp.FormletFilterAttribute

상속: System.Web.Mvc.ActionFilterAttribute
파일 보기 프로젝트 열기: mausch/CsFormlets

공개 메소드들

메소드 설명
FormletFilterAttribute ( ) : System

Uses method [action]Formlet of current controller to get the formlet to be used

FormletFilterAttribute ( Type formletType ) : System

Uses method [action]Formlet of type formletType to get the formlet to be used

FormletFilterAttribute ( Type formletType, string formletMethodName ) : System

Uses method formletMethodName of type formletType to get the formlet to be used

FormletFilterAttribute ( string formletMethodName ) : System

Uses method formletMethodName of current controller to get the formlet to be used

OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

메소드 상세

FormletFilterAttribute() 공개 메소드

Uses method [action]Formlet of current controller to get the formlet to be used
public FormletFilterAttribute ( ) : System
리턴 System

FormletFilterAttribute() 공개 메소드

Uses method [action]Formlet of type formletType to get the formlet to be used
public FormletFilterAttribute ( Type formletType ) : System
formletType System.Type
리턴 System

FormletFilterAttribute() 공개 메소드

Uses method formletMethodName of type formletType to get the formlet to be used
public FormletFilterAttribute ( Type formletType, string formletMethodName ) : System
formletType System.Type
formletMethodName string
리턴 System

FormletFilterAttribute() 공개 메소드

Uses method formletMethodName of current controller to get the formlet to be used
public FormletFilterAttribute ( string formletMethodName ) : System
formletMethodName string
리턴 System

OnActionExecuting() 공개 메소드

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
리턴 void