开发者

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

开发者 https://www.devze.com 2023-03-26 18:50 出处:网络
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 ExecuteR

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

精彩评论

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