AspNetCore.Docs/aspnet/webhooks/source.md

1.7 KiB

uid title author description ms.author ms.date ms.assetid uid
webhooks/source ASP.NET WebHooks source code and NuGet packages | Microsoft Docs rick-anderson Links to ASP.NET WebHooks source code and NuGet packages riande 01/17/2012 91a62bfa-ea3a-41f9-a2e1-e90d2c8fc8ca webhooks/source

ASP.NET WebHooks source code and NuGet packages

Microsoft ASP.NET WebHooks is part of the Microsoft ASP.NET family of modules and is hosted as an Open Source Project on GitHub. This means that we accept contributions, but please look at the Contribution Guidelines before submitting a pull request.

This online documentation which you are reading now is also hosted as Open Source on GitHub and also accepts contributions.

NuGet packages

The NuGet packages are divided into three parts:

  • Common: A common package that is shared between senders and receivers.

  • Sender: A set of packages supporting sending your own WebHooks to others. The functionality for sending WebHooks is described in more detail in Sending WebHooks.

  • Receivers: A set of packages supporting receiving WebHooks from others. The functionality for receiving WebHooks is described in more detail in Receiving WebHooks.