1 创建MVC
2.修改默认绑定的端口方法 ,在Program.cs 的Build之前加入
.UseUrls("http://*:8888")
linux使用.net core 创建简单的MVC
原文地址:http://www.cnblogs.com/qq605490312/p/7792671.html
1 创建MVC
2.修改默认绑定的端口方法 ,在Program.cs 的Build之前加入
.UseUrls("http://*:8888")
linux使用.net core 创建简单的MVC
原文地址:http://www.cnblogs.com/qq605490312/p/7792671.html