Click or drag to resize

IInjectionBehavior Interface

Provides dependency injection for a request handler.

Namespace:  Autofac.Integration.Web.Forms
Assembly:  Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax
public interface IInjectionBehavior

The IInjectionBehavior type exposes the following members.

Methods
  NameDescription
Public methodInjectDependencies
Inject dependencies in the required fashion.
Top
See Also