C# Class Calyptus.Mvc.ForceHostAttribute

Inheritance: System.Attribute, IExtension
Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Méthodes publiques

Méthode 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 méthode

public ForceHostAttribute ( ) : System
Résultat System

Initialize() public méthode

public Initialize ( MemberInfo target ) : void
target System.Reflection.MemberInfo
Résultat void

OnAfterAction() public méthode

public OnAfterAction ( IHttpContext context, AfterActionEventArgs args ) : void
context IHttpContext
args AfterActionEventArgs
Résultat void

OnAfterRender() public méthode

public OnAfterRender ( IHttpContext context, AfterRenderEventArgs args ) : void
context IHttpContext
args AfterRenderEventArgs
Résultat void

OnBeforeAction() public méthode

public OnBeforeAction ( IHttpContext context, BeforeActionEventArgs args ) : void
context IHttpContext
args BeforeActionEventArgs
Résultat void

OnBeforeRender() public méthode

public OnBeforeRender ( IHttpContext context, BeforeRenderEventArgs args ) : void
context IHttpContext
args BeforeRenderEventArgs
Résultat void

OnError() public méthode

public OnError ( IHttpContext context, ErrorEventArgs args ) : void
context IHttpContext
args ErrorEventArgs
Résultat void