你的位置: 码友网首页 / 资讯源列表 / How to Add Startup.cs in ASP.NET Core 6 Project

关于[How to Add Startup.cs in ASP.NET Core 6 Project]的摘要:

With ASP.NET Core 6.0 projects, you will not find Startup.cs file. By default, this file is removed and Program.cs is the new place where you need to register your dependencies and Middleware. But if you are a fan of Startup.cs or upgrading your project to ASP.NET Core 6.0, you might want back the Startup.cs file. So in this post, let’s find out how to add Startup.cs in ASP.NET Core 6 project.

原文地址: https://www.talkingdotnet.com/how-to-add-startup-cs-in-asp-net-core-6-project/

收录时间: 2022-05-31 浏览量: 788 分类: ASP.NET Core

| 1 收藏 | 0