發布時間:2020-12-01 18:28 作者:獨孤劍 閱讀:1136
VS版本:Visual Studio 2017
MVC版本:MVC 5.0
請求頁面:http://localhost/article/details/123.html
路由設置
routes.MapRoute( "Article", // 路由名稱 "Article/Details/{id}.html", // 帶有參數的 URL new { controller = "Article", action = "Details", id = UrlParameter.Optional }, // 參數默認值 );
Web.config
<system.webServer> <!--解析html--> <modules runAllManagedModulesForAllRequests="true" /> </system.webServer>
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對您有幫助,歡迎給作者打賞