0
I’m studying Asp.Net MVC and I’m having trouble defining the tag URL
HTML:
<!-- menu profile quick info -->
<div class="profile">
<div class="profile_pic">
<img src="~/Views/Home/images/img.jpg" alt="..." class="img-circle profile_img">
</div>
<div class="profile_info">
<span>Welcome,</span>
<h2>John Doe</h2>
</div>
</div>
My doubt is, this right this URL: src="~/Views/Home/images/img.jpg"
?
My project hierarchy:
Yeah, when I do, I’m making the mistake: