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