2 overrides of ContentType
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
87public override string ContentType {
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
29public override string ContentType {
2 writes to ContentType
System.Web.Extensions (2)
Handlers\ScriptResourceHandler.cs (1)
511response.ContentType = firstContentType;
UI\PageRequestManager.cs (1)
738response.ContentType = "text/plain";