特性:必须全局打开,谨慎使用,优先考虑 原生五种过滤器。

builder.Host.UserServiceProviderFactory(New AutofactServiceProviderFactory());

允许类中使用属性注入:
builder.registerRegisterType().AS().PropertiesAutowired();

builder.registerRegisterType().AS().SingleInstance();//设置为静态单例,也可用类似方式设置为Scoped。

https://www.cnblogs.com/Chary/p/11351457.html

标签: none

添加新评论