HttpRequest::ContentType Property
.NET Framework (current version)
Gets or sets the MIME content type of the incoming request.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^A string representing the MIME content type of the incoming request, for example, "text/html". Additional common MIME types include "audio.wav", "image/gif", and "application/pdf".
The following code example assigns the value representing the content type of the incoming request to a string variable.
The following example shows output that might be produced by this code.
GET
127.0.0.1
127.0.0.1
GET
.NET Framework
Available since 1.1
Available since 1.1
Show: