简体   繁体   English

来自* .aspx页面的RSS

[英]RSS from *.aspx page

How I can read rss from this page ! 我如何从此页面阅读rss! The page don't give you access to xml file, only give option to downloads rss.aspx page which inside look like xml file. 该页面不授予您访问xml文件的权限,仅提供下载rss.aspx页面的选项,该页面内部看起来像xml文件。
Perfect way if i can transform rss.aspx to rss.xml 如果我可以将rss.aspx转换为rss.xml的完美方法

Change the extension of downloaded file to .xml (just rename the file)... 将下载文件的扩展名更改为.xml(只需重命名文件)...

If you want this file to be opened instead of downloaded, try to change Response.ContentType at server side. 如果要打开而不是下载此文件,请尝试在服务器端更改Response.ContentType。 Though this will not change the extension of the file. 虽然这不会更改文件的扩展名。 Here is a link to good article about proper content-type of RSS feeds. 这是有关RSS提要的正确内容类型的好文章的链接

If you want to change the extension of this file at server side - perhaps you will have to create HttpHandler. 如果要在服务器端更改此文件的扩展名-也许您必须创建HttpHandler。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM