Suoranta.EnterpriseLib.Web.AppDomain.Ninject.Mvc.FilterBindingSyntax Namespace
Suoranta.EnterpriseLib.Web - Developer API

FilterFilterBindingBuilder<(Of <(<'T>)>)>..::..WithConstructorArgument Method (String, Object)

Indicates that the specified constructor argument should be overridden with the specified value.

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

Syntax


public IFilterBindingWithOrOnSyntax<T> WithConstructorArgument(
	string name,
	Object value
)

Parameters

name
Type: String
The name of the argument to override.
value
Type: Object
The value for the argument.

Return Value

The fluent syntax to define more information