Grace
Grace copied to clipboard
Child Containers and ASP.Net Core WebAPI
Hello. Is there any documentation to be found in regards to configuring child containers and how this can be used using WebAPI? In my case, I would like the resolve the scope based on a custom HTTP header.
Thanks in advance
I don't have any good examples but it's because I don't recommend child containers as they are very heavy in a per-request fashion.
Can you describe the use case a in a bit more detail and I might be able to craft something that meets your needs.