1
在一個ASP.NET MVC 5應用程序,我有以下StructureMap配置:DecorateAllWith在Autofac和Asp.Net核心
cfg.For(typeof (IRequestHandler<,>)).DecorateAllWith(typeof (MediatorPipeline<,>));
http://structuremap.github.io/interception-and-decorators/
我現在使用ASP.NET核心...
Autofac中是否有等效的DecorateAllWith等效配置?
你能描述一下'DecorateAllWith'嗎? –
你能在這裏檢查http://docs.autofac.org/en/latest/advanced/adapters-decorators.html –
嘿米格爾你會介意共享meditr的autofac設置嗎? –