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
)
Protected Overrides Function GetParameterValue (
controllerContext As ControllerContext,
parameterDescriptor As ParameterDescriptor
) As Object
Parameters
- controllerContext
- Type: ControllerContext
The controller context. - parameterDescriptor
- Type: ParameterDescriptor
The parameter descriptor.
Return Value
Type:
Object
The parameter value.
Exceptions See Also