1 write to _responseEncoding
System.Web (1)
UI\PageParser.cs (1)
430
_responseEncoding
= Util.GetNonEmptyAttribute(name, value);
2 references to _responseEncoding
System.Web (2)
UI\PageParser.cs (2)
433
Encoding.GetEncoding(
_responseEncoding
);
589
if (
_responseEncoding
!= null && _codePage > 0) {