使用「Visual Studio 2019」建置一個有 Mvc 和 Web Api 架構的網站
一、開發環境
- 整合開發環境:Visual Studio 2019
- 語言:C#
- .net framework:4.6.2
二、操作步驟
圖、開啟 Visual Studio 2019,點 建立新的專案
圖、選擇 Asp.net Web 應用程式(.net framework)
圖、輸入相關資訊
圖、選擇 MVC,並且勾選 Web API
圖、開啟 App_Start\WebApuConfig.cs,將 api/{controller}/{id}
改成 api/{controller}/{action}/{id}
,按下 IIS Express
圖、執行結果
留言
張貼留言