2 writes to SuppressContent
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
233
_httpResponse.
SuppressContent
= value;
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
211
_httpResponse.
SuppressContent
= value;
2 references to SuppressContent
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
230
return _httpResponse.
SuppressContent
;
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
208
return _httpResponse.
SuppressContent
;