2 references to IsSafeScheme
System.Web (2)
HttpResponse.cs (1)
2423
if (UriUtil.
IsSafeScheme
(url)) {
Util\UriUtil.cs (1)
155
bool isValidScheme = (checkScheme) ?
IsSafeScheme
(inputWithoutQueryFragment) : true;