So basically I have a partial view which can build a nice table for me. I would like to email this table out every week to my users. Instead of having to basically copy the template again, I would like to forward my model to the controller and receive the corresponding generated HTML
as a String
.
Is it possible to do this in a Controller, I feel it should be a pretty simple process.
See Question&Answers more detail:os