Click or drag to resize

ExtensibleActionInvoker Constructor (IPropertySelector)

Initializes a new instance of the ExtensibleActionInvoker class.

Namespace:  Autofac.Integration.Mvc
Assembly:  Autofac.Integration.Mvc (in Autofac.Integration.Mvc.dll) Version: 6.0.0+106fe194fc419c09f32d39119967f68798cc6895
Syntax
public ExtensibleActionInvoker(
	IPropertySelector propertySelector
)

Parameters

propertySelector
Type: Autofac.CoreIPropertySelector
The inject property selector.
See Also