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?
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 ExecuteR
0
0
0
精彩评论