From the course: ASP.NET Core: Communication Management

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

SendGrid communication dashboard

SendGrid communication dashboard - ASP.NET Core Tutorial

From the course: ASP.NET Core: Communication Management

Start my 1-month free trial

SendGrid communication dashboard

- [Instructor] So far, we have seen how to set up the webhook API end point and also the Webhook events in SendGrid. But we had to debug the code to see the result. on this part you'll learn how to create a dashboard which we'll use to visualize all the data. So let's go to visual studio and see this in action. In visual studio go to solution explorer, then views share and the layout dot C-sharp HTML here, scroll down. Now we've got to go into create another navigation item. So then I'll just copy line 21 to 23. So Control + C and then base it down here. Now change the title in here from compose to dashboard. Then the action to dashboard as well. Now let us save the change is in here and go to solution explorer. Then in controllers, go to home controller that's yes file. But I'll scroll down in here because we are going to create a new extra , which we are going to use to display data. So I'll just copy the first one and…

Contents