I am trying to use TagBuilder in a Class Library project. I have added references to System.Web and System.Web.Mvc(v3), but in my class file the TagBuilder class is not visible.
How can I use TagBuilder in a Class Library project?
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.
In Asp.Net MVC 3, it is located in:
In Asp.Net MVC 4, it is located in:
So make sure you have a reference to that dll.