IFilterBindingWithSyntax<(Of <(<'T>)>)>..::..WithPropertyValue Method (String, Func<(Of <(<'IContext, Object>)>)>)
Indicates that the specified property should be injected with the specified value.
Namespace:
Suoranta.EnterpriseLib.Web.AppDomain.Ninject.Mvc.FilterBindingSyntaxAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
IFilterBindingWithOrOnSyntax<T> WithPropertyValue( string name, Func<IContext, Object> callback )
Parameters
- name
- Type: String
The name of the property to override.

