This MVC sample illustrates how to use Unity interception to capture calls to objects and add additional functionality to the target object.
Info
| Version: | 1.0.0 |
| Author(s): | Doug |
| Last Update: | Thursday, August 27, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://msdn.microsoft.com/en-us/library/Dn178466(v=PandP.30).aspx |
| NuGet Url: | https://www.nuget.org/packages/Unity.Mvc.AOP.Interception |
Install
Install-Package Unity.Mvc.AOP.Interception
dotnet add package Unity.Mvc.AOP.Interception
paket add Unity.Mvc.AOP.Interception
Unity.Mvc.AOP.Interception Download (Unzip the "nupkg" after downloading)
Dependencies
- Unity(>= 3.5.1404)
- WebActivatorEx(>= 2.0.0)
- CommonServiceLocator(>= 1.2.0)
- Microsoft.AspNet.Mvc(>= 4.0.20710)
- Unity.Interception(>= 3.5.1404)
Tags