How do I get a list of active resellers? How do I get a list of intermediaries for a specific URL (each URL can have a different set of intermediate elements added to the pipeline)?
I would like to know which intermediaries are added using some of the common builder extensions, such as UseMvc() or app.UseIdentity();
I know that I can check the source code of each extension. Is there any way to accomplish this?
source share