How can Autofac implement attribute-based property injection?
To implement attribute-based dependency injection in a C# console application using Autofac, and to specify that this attribute should inject an object with the key “xxx”, how should I do it?