Click or drag to resize

ExtensibleActionInvokerGetParameterValue Method

Gets the parameter value.

Namespace:  Autofac.Integration.Mvc
Assembly:  Autofac.Integration.Mvc (in Autofac.Integration.Mvc.dll) Version: 6.0.0+106fe194fc419c09f32d39119967f68798cc6895
Syntax
protected override Object GetParameterValue(
	ControllerContext controllerContext,
	ParameterDescriptor parameterDescriptor
)

Parameters

controllerContext
Type: ControllerContext
The controller context.
parameterDescriptor
Type: ParameterDescriptor
The parameter descriptor.

Return Value

Type: Object
The parameter value.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if parameterDescriptor is .
See Also