标签: unity-container
如何将Unity配置为在我的web.config文件中按惯例使用注册?
由于
答案 0 :(得分:0)
查看Automatic Type Lookup文档。
因此,您可以添加整个程序集或命名空间,以使该命名空间中的所有类型自动注册到容器中...
<unity xmlns="http://schemas.microsoft.com/practices/2010/unity"> <namespace name="MyApp.Interfaces" /> <assembly name="MyApp” /> </unity>