IInjectionBehaviorInjectDependencies Method |
Inject dependencies in the required fashion.
Namespace:
Autofac.Integration.Web.Forms
Assembly:
Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax void InjectDependencies(
IComponentContext context,
Object target
)
Sub InjectDependencies (
context As IComponentContext,
target As Object
)
Parameters
- context
- Type: AutofacIComponentContext
The context. - target
- Type: SystemObject
The target.
See Also