是否可以通过写入 html 响应来将格式化的 RSS 提要输出到部分视图?
这个问题的一些答案描述了如何继承 ActionResult 类并返回一个实例它来自控制器类中的操作方法。自定义 ActionResult 重写 ExecuteResult 方法,在该方法中将格式化的 RSS 提要写入 html 响应。但是,如果您希望将 RSS 提要输出到部分视图,您将如何执行此操作?
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 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论