.NET

Run Your App

In your console navigate to the csproj directory and execute the command dotnet run --urls=http://localhost:3000. This will start the application up on http://localhost:3000. Open that URL in your browser.

How to Receive an SMS Message with ASP.NET Core MVC

A tutorial to show how your ASP .NET MVC application can use the Vonage .NET SDK to receive SMS messages from your users and display them in your output window.

以下の言語で利用可能:
.NET
手順
1
Introduction to this tutorial
2
Prerequisites
3
Create the SMS Project File
4
Add Vonage Dotnet SDK
5
Add an SMS Controller
6
Run the .NET App
7
Conclusion