asp.net mvc getting html programitically in view

Posted by mazhar on Stack Overflow See other posts from Stack Overflow or by mazhar
Published on 2010-05-23T19:23:16Z Indexed on 2010/05/23 19:30 UTC
Read the original article Hit count: 134

Filed under:
|

What is the best way to get HTML programmatically in the view from the controller. I sometimes use string builder for that to render some html and send it the view from the controller.is it efficient?

What do you people suggests?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc