Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
233 views
in Technique[技术] by (71.8m points)

Add image to HTML from a folder from another project?

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?

question from:https://stackoverflow.com/questions/65918133/add-image-to-html-from-a-folder-from-another-project

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
<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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...