Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 fluent API 注册多个拦截器?
对于一个组件?
Component.For<Foo>().Interceptors<TestInterceptor1, TestInterceptor2>();