1 write to _htmlEncodedUrl
System.Web (1)
ErrorFormatter.cs (1)
1245_htmlEncodedUrl = HttpUtility.HtmlEncode(url);
3 references to _htmlEncodedUrl
System.Web (3)
ErrorFormatter.cs (3)
1246_adaptiveMiscContent.Add(_htmlEncodedUrl); 1259Match m = Regex.Match(_htmlEncodedUrl, @"\.\w+$"); 1275get { return _htmlEncodedUrl;}