(string s)
| 1643 | } |
| 1644 | |
| 1645 | private static string AttributeEncode(string s) |
| 1646 | { |
| 1647 | return s.Replace(">", ">").Replace("<", "<").Replace("\"", """); |
| 1648 | } |
| 1649 | |
| 1650 | private static readonly char[] _problemUrlChars = @"""'*()[]$:".ToCharArray(); |
| 1651 |