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.
在 Visual Studio 中,我可以将 xml 字符串放入“值”字段。但是,当我打开实际的 .resx 文件时,我看到它已被编码为具有<和>. 我希望 .resx 文件能够在不使用 Visual Studio UI 的情况下手动编辑,显然这与>and <s 很混乱。我可以在没有编码的情况下以某种方式做到这一点吗?
<
>
我暂时的解决方案:使用 JSON 作为值。
我不确定这是否是您要查找的内容,但CDATA如果我不想处理<and ,我通常会将值包装在我的 resx 文件中>。当然,如果您CDATA的 xml 字符串中有的话,这也是一团糟。同样,一旦您再次使用 Visual Studio UI 进行编辑,它将恢复为< >
CDATA