I want to use the Html Helper class to build, for example, an Html.ActionLink from within a controller action. I don’t see it available from within controller actions. What am I missing?
Share
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.
Consider using UrlHelper @ Controller.Url. You can use it to generate a url, then pass it to your view. The view is the right place to create a link to the url.