AspNetCore.Docs/aspnet/webhooks/receiving/dependencies.md

718 B

uid
receiving/dependencies

Receiver Dependencies

Microsoft ASP.NET WebHooks is designed with dependency injection in mind. Most dependencies in the system can be replaced with alternative implementations using a dependency injection engine.

Please see DependencyScopeExtensions for a list of receiver dependencies. If no dependency has been registered, a default implementation is used. Please see ReceiverServices for a list of default implementations.