How can I write string linkText as null?
<i class="icon-pencil" >@Html.ActionLink( null,"edit", new { id = item.content_id }) </i>
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.
I have feeling you’re using Twitter Bootstrap (because of the “icon-pencil” class on a
<i>tag).In that case it is better to put the
<i>inside the<a>tag instead of the other way around: