Suoranta.EnterpriseLib.Web - Developer API

IFilterBindingOnSyntax<(Of <(<'T>)>)>..::..OnActivation Method (Action<(Of <(<'IContext, T>)>)>)

Indicates that the specified callback should be invoked when instances are activated.

Namespace:  Suoranta.EnterpriseLib.Web.AppDomain.Ninject.Mvc.FilterBindingSyntax
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


IFilterBindingOnSyntax<T> OnActivation(
	Action<IContext, T> action
)

Parameters

action
Type: Action<(Of <(<'IContext, T>)>)>
The action callback.

Return Value

The fluent syntax to define more information