FilterFilterBindingBuilder<(Of <(<'T>)>)>..::..WithPropertyValueFromActionAttribute<(Of <(<'TAttribute>)>)> Method
Indicates that the specified property should be injected with the specified value.
The value is retrieved from an attribute of the specified type.
Namespace:
Suoranta.EnterpriseLib.Web.AppDomain.Ninject.Mvc.FilterBindingSyntaxAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
public IFilterBindingWithOrOnSyntax<T> WithPropertyValueFromActionAttribute<TAttribute>( string name, Func<TAttribute, Object> callback )
Type Parameters
- TAttribute
- The type of the attribute.
Parameters
- name
- Type: String
The name of the property to override.

