asp.net mvc getting html programitically in view
- by mazhar
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?