c# - Razor output in Json object -
how can return output of razor in json object? example, want this:
actionresult res = partialview(new home("text")); res.executeresult(); and take whatever previous code produces , put model , pass model action method's partialview() helper.
Comments
Post a Comment