AspNetCore.Docs/aspnet/webhooks/source.md

32 lines
1.9 KiB
Markdown

---
uid: webhooks/source
title: "ASP.NET WebHooks source code and NuGet packages | Microsoft Docs"
author: rick-anderson
description: "Links to ASP.NET WebHooks source code and NuGet packages"
ms.author: aspnetcontent
manager: wpickett
ms.date: 01/17/2012
ms.topic: article
ms.assetid: 91a62bfa-ea3a-41f9-a2e1-e90d2c8fc8ca
ms.technology:
ms.prod: .net-framework
uid: 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](https://github.com/aspnet/WebHooks). This means that we accept contributions, but please look at the [Contribution Guidelines](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md) before submitting a pull request.
This online documentation which you are reading now is also hosted as [Open Source on GitHub](http://docs.asp.net/en/latest/contribute/style-guide.html#style-guide) and also accepts contributions.
## Nuget Packages
Microsoft ASP.NET WebHooks is also available as preview Nuget packages which means that you have to select the Preview flag in Visual Studio in order to see them.
The [Nuget packages](https://nuget.org/packages?q=Microsoft.AspNet.WebHooks) are devided into three parts:
* [Common](https://www.nuget.org/packages?q=Microsoft.AspNet.WebHooks.Common): A common package that is shared between senders and receivers.
* [Sender](https://www.nuget.org/packages?q=Microsoft.AspNet.WebHooks.Custom): A set of packages supporting sending your own WebHooks to others. The functionality for sending WebHooks is described in more detail in [Sending WebHooks](sending/index.md).
* [Receivers](https://www.nuget.org/packages?q=Microsoft.AspNet.WebHooks.Receivers): A set of packages supporting receiving WebHooks from others. The functionality for receiving WebHooks is described in more detail in [Receiving WebHooks](receiving/index.md).