I’ve decided upon the HtmlHelper rather than a partial view for this functionality.
Does anyone have an example that might accept, say, a collection of Author objects and output a comma-separated string (MvcHtmlString?) of links to their books?
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.
Are you looking for this.
call this using
If you want to make it as HtmlHelper to use it in Views you can write it as
and in the view you can add it as