FilterFilterBindingBuilder<(Of <(<'T>)>)>..::..WhenControllerHasNo<(Of <(<'TAttribute>)>)> Method
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<TAttribute>()
Type Parameters
- TAttribute
- The type of the attribute.

