asp.netasp.net-web-apiasp.net-corewebhooksasp.net-webhooks

How to setup WebHookReceiver manually for .Net Core?


I'm trying to setup the WebHookHandler to Receive Json Data for .Net Core project. I know how the Webhook works theoritically.

There is a good amount of information available for Receiving WebHooks but the sample source code. But I need an example for .Net Core?


Solution

  • .NET Core does not support WebHooks at the moment https://github.com/aspnet/WebHooks/issues/5