Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.34 KB

File metadata and controls

23 lines (20 loc) · 1.34 KB

Microsoft ASP.NET Core WebHooks

Note: This project is solely for the ASP.NET Core WebHooks projects (libraries to consume WebHooks on ASP.NET Core 2.0 and .NET Standard 2.0). For ASP.NET WebHooks (targeting .NET Framework 4.5), see the aspnet/AspNetWebHooks repo.

ASP.NET Core WebHooks provide support for receiving WebHooks. The packages depend on ASP.NET Core. ASP.NET Core MVC is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core in the AspNetCore repo.

Samples