我想在web.config中的profile部份添加一个类型,指定Favorites的类型为System.Collections.Generic.Dictionary<int, string>,但由于其中包含了大于符号和小于符号这两个特殊字符,所以编译器会报错,但我用&lt;和&gt;分别转义后也不行。不知应该怎么输入才对?<add name="Favorites" type="System.Collections.Generic.Dictionary<int, string>" serializeAs="Binary" allowAnonymous="true"/>