摘要:
//配置路由 app.UseMvc(buider => { buider.MapRoute("Default", "{controller=home}/{action=index}/{id?}"); } );... 阅读全文
摘要:
一、SQL Service 1.创建实体类 2.创建DBContext.cs 3.打开appsetting.json,添加连接字符串(SqlServer) 4.打开Startup.cs 开始迁移。。。。。 阅读全文
摘要:
1.右键项目 添加 新建项 2.创建Razor试图导入 (Razor View Imports) 3.在创建的_ViewImports.cshtml中添加 然后在view页面就可以使用TagHelper 阅读全文