Page.ContentType Property

Definition

Sets the HTTP MIME type for the HttpResponse object associated with the page.

protected string ContentType { set; }
[System.ComponentModel.Browsable(false)]
public string ContentType { get; set; }

Property Value

The HTTP MIME type associated with the current page.

Attributes

Remarks

In most circumstances, do not set this property in code. Set the ContentType attribute using the @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also