C# 클래스 Calyptus.Mvc.ForceHostAttribute

상속: System.Attribute, IExtension
파일 보기 프로젝트 열기: sebmarkbage/calyptus.mvc

공개 메소드들

메소드 설명
ForceHostAttribute ( ) : System
Initialize ( MemberInfo target ) : void
OnAfterAction ( IHttpContext context, AfterActionEventArgs args ) : void
OnAfterRender ( IHttpContext context, AfterRenderEventArgs args ) : void
OnBeforeAction ( IHttpContext context, BeforeActionEventArgs args ) : void
OnBeforeRender ( IHttpContext context, BeforeRenderEventArgs args ) : void
OnError ( IHttpContext context, ErrorEventArgs args ) : void

메소드 상세

ForceHostAttribute() 공개 메소드

public ForceHostAttribute ( ) : System
리턴 System

Initialize() 공개 메소드

public Initialize ( MemberInfo target ) : void
target System.Reflection.MemberInfo
리턴 void

OnAfterAction() 공개 메소드

public OnAfterAction ( IHttpContext context, AfterActionEventArgs args ) : void
context IHttpContext
args AfterActionEventArgs
리턴 void

OnAfterRender() 공개 메소드

public OnAfterRender ( IHttpContext context, AfterRenderEventArgs args ) : void
context IHttpContext
args AfterRenderEventArgs
리턴 void

OnBeforeAction() 공개 메소드

public OnBeforeAction ( IHttpContext context, BeforeActionEventArgs args ) : void
context IHttpContext
args BeforeActionEventArgs
리턴 void

OnBeforeRender() 공개 메소드

public OnBeforeRender ( IHttpContext context, BeforeRenderEventArgs args ) : void
context IHttpContext
args BeforeRenderEventArgs
리턴 void

OnError() 공개 메소드

public OnError ( IHttpContext context, ErrorEventArgs args ) : void
context IHttpContext
args ErrorEventArgs
리턴 void