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: 161
ASP.NET
|asp.net-mvc
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