ahmed ghani
ahmed ghani

Reputation: 67

how to use resource Images in mvc view

I'm following this blog, every thing is fine. But i have a issue how to handle Resources Resx Image or calling by view.Here is my code snippet

   <img [email protected] class="map img-responsive" alt="Hajj MAp" width="1136" height="600" />

Upvotes: 1

Views: 1076

Answers (1)

ahmed ghani
ahmed ghani

Reputation: 67

Name of the [string] along with [Image name].extension

  <img src="~/[foldername]/@Resources.[string name]" class="map img-responsive" alt="Hajj MAp" width="1136" height="600">

Upvotes: 1

Related Questions