Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 .net core (asp.net 5) 和 Windows 身份验证编写我的第一个应用程序。我想访问我的存储库中的当前用户。
在 Startup.cs 类中,我可以使用依赖注入将当前用户传递到存储库吗?目前,我在 startup.cs 类中使用“services.AddScoped()”来使用存储库。