Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 626 Bytes

File metadata and controls

9 lines (5 loc) · 626 Bytes

MvcExample

ASP.NET MVC 5 integration across controllers, action filters, and view pages. It also consumes WcfExample, so it doubles as an example of injecting a WCF client proxy.

Packages: Autofac, Autofac.Mvc5, Autofac.Wcf

Open Examples.slnx in Visual Studio on Windows and run the project under IIS Express. WcfExample needs to be running for the index page to load.

See MVC for the documentation this example follows.