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.
找到了我自己的答案。它需要编码为%C2%A6,因为C2A6是 UTF-8 编码的十六进制断条。
%C2%A6
C2A6
编辑添加:
我相信这始终是字符的正确 URL 编码(不仅仅是 WCF 服务的要求)。例如,请参见此处。
这个页面导致我使用了错误的编码,但是这个正确地做到了。