Navigation

  • index
  • next |
  • previous |
  • Autofac 3.3 documentation »
  • Application Integration »
  • ASP.NET

ASP.NET¶

Autofac offers integration into several ASP.NET application types. The integration libraries provide features like easy connection of your Autofac container to the application lifecycle as well as support for things like per-request component lifetime.

  • OWIN
  • MVC
    • Quick Start
    • Register Controllers
    • Set the Dependency Resolver
    • Register Model Binders
    • Register Web Abstractions
    • Enable Property Injection for View Pages
    • Enable Property Injection for Action Filters
    • OWIN Integration
    • Using “Plugin” Assemblies
    • Unit Testing
    • Example Implementation
  • Web API
    • Quick Start
    • Get the HttpConfiguration
    • Register Controllers
    • Set the Dependency Resolver
    • Provide Filters via Dependency Injection
      • Register the Filter Provider
      • Implement the Filter Interface
      • Register the Filter
      • Why We Use Non-Standard Filter Interfaces
      • Standard Web API Filters are Singletons
    • Per-Controller-Type Services
      • Add the Controller Configuration Attribute
      • Supported Services
      • Service Registration
      • Clearing Existing Services
      • Per-Controller-Type Service Limitations
    • OWIN Integration
    • Unit Testing
  • SignalR
  • Web Forms
  • RIA / Domain Services

Previous topic

Application Integration

Next topic

OWIN

This Page

  • Show Source

Quick search

Navigation

  • index
  • next |
  • previous |
  • Autofac 3.3 documentation »
  • Application Integration »
  • ASP.NET
© Copyright 2014, Autofac Contributors. Created using Sphinx 5.3.0.