C# Class Calyptus.Mvc.ForceHostAttribute

Inheritance: System.Attribute, IExtension
Show file Open project: sebmarkbage/calyptus.mvc

Public Methods

Method Description
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

Method Details

ForceHostAttribute() public method

public ForceHostAttribute ( ) : System
return System

Initialize() public method

public Initialize ( MemberInfo target ) : void
target System.Reflection.MemberInfo
return void

OnAfterAction() public method

public OnAfterAction ( IHttpContext context, AfterActionEventArgs args ) : void
context IHttpContext
args AfterActionEventArgs
return void

OnAfterRender() public method

public OnAfterRender ( IHttpContext context, AfterRenderEventArgs args ) : void
context IHttpContext
args AfterRenderEventArgs
return void

OnBeforeAction() public method

public OnBeforeAction ( IHttpContext context, BeforeActionEventArgs args ) : void
context IHttpContext
args BeforeActionEventArgs
return void

OnBeforeRender() public method

public OnBeforeRender ( IHttpContext context, BeforeRenderEventArgs args ) : void
context IHttpContext
args BeforeRenderEventArgs
return void

OnError() public method

public OnError ( IHttpContext context, ErrorEventArgs args ) : void
context IHttpContext
args ErrorEventArgs
return void