Autofac.Integration.Web.Forms Namespace |
[Missing <summary> documentation for "N:Autofac.Integration.Web.Forms"]
Class | Description | |
---|---|---|
AttributedInjectionModule |
Injects dependencies into request handlers and pages that have been
decorated with the [InjectProperties] or [InjectUnsetProperties]
attributes.
| |
DependencyInjectionAttribute |
Base class for dependency injection attributes.
| |
DependencyInjectionModule |
Base for classes that inject dependencies into HTTP Handlers.
| |
InjectPropertiesAttribute |
Indicates that property injection should be performed on the instance when it is instantiated.
| |
InjectUnsetPropertiesAttribute |
Indicates that property injection should be performed for null-valued
properties on the instance when it is instantiated.
| |
PropertyInjectionModule |
Dependency injection module that will always inject any resolvable
properties.
| |
UnsetPropertyInjectionModule |
Dependency injection module that will always inject any resolvable
properties.
|
Interface | Description | |
---|---|---|
IInjectionBehavior |
Provides dependency injection for a request handler.
|