开发者

Is it possible to output a formatted RSS feed to a partial view by writing to the html response?

Some answers for this question describe how to inherit the ActionResult class and return an instance of it from an action method in the controller class. The custom ActionResult overrides the ExecuteResult method in 开发者_C百科which a formatted RSS feed is written to the html response. But how would you do this if you wanted the RSS feed output to a partial view?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜