MIME content type of incoming request.
[Visual Basic] Public ReadOnly Property ContentType As String [C#] public string ContentType {get;} [C++] public: __property String* get_ContentType(); [JScript] public function get ContentType() : String;
A String representing MIME content type of incoming request.
[Visual Basic] <%-- This example receives a string representing the Content Type into the variable sType --%> <% Dim sType sType = Request.ContentType %>
HttpRequest Class | HttpRequest Members | System.Web Namespace