Web.config中的特殊字符

在Web.config(或者app.config)中,有一些特殊字符必须转义才能识别。如下

":"      
':'    
&: &    
<: <
>: >
/r:
/n:

你可能感兴趣的:(Web.config中的特殊字符)