PropertyInjectionModuleGetInjectionBehaviorForHandlerType Method |
Override to customise injection behavior based on HTTP Handler type.
Namespace:
Autofac.Integration.Web.Forms
Assembly:
Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax protected override IInjectionBehavior GetInjectionBehaviorForHandlerType(
Type handlerType
)
Protected Overrides Function GetInjectionBehaviorForHandlerType (
handlerType As Type
) As IInjectionBehavior
Parameters
- handlerType
- Type: SystemType
Type of the handler.
Return Value
Type:
IInjectionBehaviorThe injection behavior.
See Also