1 write to _htmlEncodedUrl
System.Web (1)
ErrorFormatter.cs (1)
1200
_htmlEncodedUrl
= HttpUtility.HtmlEncode(url);
2 references to _htmlEncodedUrl
System.Web (2)
ErrorFormatter.cs (2)
1201
_adaptiveMiscContent.Add(
_htmlEncodedUrl
);
1217
get { return
_htmlEncodedUrl
;}