FilterFilterBindingBuilder<(Of <(<'T>)>)>..::..WhenControllerHasNo Method (Type)
Indicates that the binding should be used only when the controller has
no attribute of the specified type.
Namespace:
Suoranta.EnterpriseLib.Web.AppDomain.Ninject.Mvc.FilterBindingSyntaxAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
public IFilterBindingInNamedWithOrOnSyntax<T> WhenControllerHasNo( Type attributeType )
Parameters
- attributeType
- Type: Type
Type of the attribute.

