I want to do something like:
<a href="something"> <img src="abc.jpg"/> </a>
But when I see Html.ActionLink I can find any overload that allows me to do that. How can I achieve the above using Action.HtmlLink?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easiest way is not to use Html.Action link and write plain old HTML.