有人为Web链接HTTP“链接”header创建了开源C#解析器吗?参见:https://www.rfc-editor.org/rfc/rfc5988.例子:Link:;rel="previous";title="previouschapter"谢谢。更新:最终创建了我自己的解析器:https://github.com/JornWildt/Ramone/blob/master/Ramone/Utility/WebLinkParser.cs.请随意使用它。 最佳答案 最终创建了我自己的解析器:https://github.com/Jo