4 references to IsUrlSafeChar
System.Web (4)
UI\HTMLTextWriter.cs (1)
1283
if (HttpEncoderUtility.
IsUrlSafeChar
(ch)) {
Util\HttpEncoder.cs (3)
631
else if (!HttpEncoderUtility.
IsUrlSafeChar
(ch))
656
if (HttpEncoderUtility.
IsUrlSafeChar
(ch)) {
733
if (ignoreAscii || HttpEncoderUtility.
IsUrlSafeChar
(ch)) {