Click here to Skip to main content
15,891,811 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 7:47
mveRichard Deeming31-Mar-17 7:47 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon31-Mar-17 7:53
cotsjdixon31-Mar-17 7:53 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 8:26
mveRichard Deeming31-Mar-17 8:26 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 8:29
mveRichard Deeming31-Mar-17 8:29 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon31-Mar-17 8:44
cotsjdixon31-Mar-17 8:44 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 8:47
mveRichard Deeming31-Mar-17 8:47 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon31-Mar-17 9:03
cotsjdixon31-Mar-17 9:03 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 9:07
mveRichard Deeming31-Mar-17 9:07 
ASP.NET WebHooks receivers | Microsoft Docs[^]
ASP.NET WebHooks handlers | Microsoft Docs[^]

It sounds like some senders are more complicated, but the basic principal is that the sender makes a request to the URI on your server, which is mapped to an action on a WebHooks controller. That controller then validates the request, and passes it through to your custom handlers. Your custom handlers can then do whatever they need to do.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon6-Apr-17 8:09
cotsjdixon6-Apr-17 8:09 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming6-Apr-17 8:15
mveRichard Deeming6-Apr-17 8:15 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon6-Apr-17 8:35
cotsjdixon6-Apr-17 8:35 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming6-Apr-17 9:08
mveRichard Deeming6-Apr-17 9:08 
QuestionHow to upload excel sheet (.xlxs) to sql server 2012 with vb.net and asp.net Pin
Bocus Iqbal31-Mar-17 1:39
Bocus Iqbal31-Mar-17 1:39 
AnswerRe: How to upload excel sheet (.xlxs) to sql server 2012 with vb.net and asp.net Pin
CHill6031-Mar-17 5:36
mveCHill6031-Mar-17 5:36 
AnswerRe: How to upload excel sheet (.xlxs) to sql server 2012 with vb.net and asp.net Pin
User 41802543-Apr-17 9:07
User 41802543-Apr-17 9:07 
AnswerRe: How to upload excel sheet (.xlxs) to sql server 2012 with vb.net and asp.net Pin
ChetanAhire17-Apr-17 1:36
ChetanAhire17-Apr-17 1:36 
QuestionAngularGrid with Inline Editing(MVC,EF,AngularJs) Pin
Shirish1729-Mar-17 20:21
Shirish1729-Mar-17 20:21 
AnswerRe: AngularGrid with Inline Editing(MVC,EF,AngularJs) Pin
Nathan Minier30-Mar-17 1:34
professionalNathan Minier30-Mar-17 1:34 
QuestionHTML Editor in MVC Pin
User 418025429-Mar-17 4:48
User 418025429-Mar-17 4:48 
AnswerRe: HTML Editor in MVC Pin
Richard Deeming29-Mar-17 7:42
mveRichard Deeming29-Mar-17 7:42 
QuestionJQUERY in MVC 5 View (Navigate to hyperlink from an image in a table) Pin
Member 1192711028-Mar-17 15:29
Member 1192711028-Mar-17 15:29 
AnswerRe: JQUERY in MVC 5 View (Navigate to hyperlink from an image in a table) Pin
F-ES Sitecore28-Mar-17 22:33
professionalF-ES Sitecore28-Mar-17 22:33 
GeneralRe: JQUERY in MVC 5 View (Navigate to hyperlink from an image in a table) Pin
Member 1192711030-Mar-17 10:15
Member 1192711030-Mar-17 10:15 
QuestionQueried result from cotroller to PartialView into Listbox Pin
sunsher28-Mar-17 2:45
sunsher28-Mar-17 2:45 
AnswerRe: Queried result from cotroller to PartialView into Listbox Pin
F-ES Sitecore28-Mar-17 6:18
professionalF-ES Sitecore28-Mar-17 6:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.