摘要: Model类: namespace dotnetcoremvc.Models { public class UserModel{ public string Name { get; set; } public string Pwd { get; set; } } } appsettings配置文件 阅读全文
posted @ 2018-04-03 16:51 Lah98 阅读(1047) 评论(0) 推荐(0) 编辑