Click here to Skip to main content
15,888,239 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
var Details = function ( image) {

}

<b>What I have tried:</b>

i am gettig image path but passing value to @url.content() i dont no
Posted
Updated 30-Mar-17 22:22pm
Comments
Karthik_Mahalingam 31-Mar-17 3:27am    
url.content() this will be called during page load, how will you pass value to it in javascript ?

1 solution

<img src="@Url.Content()?param1=value1&param2=value2" />
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900