Answer the question
In order to leave comments, you need to log in
How to pass an IWebHostEnvironment object to another project using DI?
Здравствуйте
Я создал сервисный класс, который каким-то образом должен передать в модель картинку. Проблема заключается в том, что мне нужно получить путь к статической папке. Раньше я это делал через IWebHostEnvironment, но теперь, на .NET 6, я не могу его передать в сервисный класс.
Так же я не могу понять, как его правильно зарегистрировать в Program.cs, что бы внедрить его в конвейер DI
Answer the question
In order to leave comments, you need to log in
I can't pass it to the service class.
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Also, I can't figure out how to properly register it in Program.cs in order to inject it into the DI pipeline
The problem is that I need to get the path to the static folder
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question