DependencyInjectionModuleGetInjectionBehavior Method |
Internal for testability outside of a web application.
Namespace:
Autofac.Integration.Web.Forms
Assembly:
Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax protected IInjectionBehavior GetInjectionBehavior(
IHttpHandler handler
)
Protected Function GetInjectionBehavior (
handler As IHttpHandler
) As IInjectionBehavior
Parameters
- handler
- Type: System.WebIHttpHandler
The handler on which to inject dependencies.
Return Value
Type:
IInjectionBehaviorThe injection behavior.
See Also