I've two project in the same solution. I am trying to pick up an image from Webbapplication.csproj och use it on html page of blazor.csproj.
Any idea how to say this to find the way to the folder from another project?
<div class="h-100 col-md-9 d-sm-none d-md-flex align-items-end" style="background: url(//images)">
A folder namned images in Webbapplication.
Html code can be found in Blazor.csproj.
2.1m questions
2.1m answers
60 comments
57.0k users