I have the following:
@Html.ActionLink("Register", "Register", "Users")
I would like to make the link include the following:
title="Register your ID"
rel="nofollow"
Is there a way that I can do this with MVC3?
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.
Simply use the proper overload of the
ActionLinkmethod:Should generate (assuming default routes setup):