Page.ContentType Property
.NET Framework 2.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the HTTP MIME type for the HttpResponse object associated with the page.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: