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

1.1 KiB

uid title author description ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod uid
webhooks/receiving/dependencies ASP.NET WebHooks receiver dependencies | Microsoft Docs rick-anderson Receiver dependencies and dependency injection in ASP.NET WebHooks. aspnetcontent wpickett 01/17/2012 article 5125e483-c2bb-435b-8cd1-21d3499bfaaf .net-framework webhooks/receiving/dependencies

ASP.NET WebHooks 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.