Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何解析 xml 文档并使用 c# 验证无效的片段,忽略最后的二进制数据。是否可以仅解析根元素之间包含的 xml 元素而忽略二进制数据。
您可以使用XDocument验证方法来验证整个文档,然后只要您使用在 XDcoument 中嵌入验证信息的覆盖,您就可以返回特定元素并获取它们的有效性。
XDocument
抱歉,我目前没有任何代码可用于此...