Returns the MIME content type of an incoming file sent by a client.
[Visual Basic] Overridable Public ReadOnly Property ContentType As String [C#] public string ContentType {virtual get;} [C++] public: __property virtual String* get_ContentType(); [JScript] public function get ContentType() : String;
HttpPostedFile Class | HttpPostedFile Members | System.Web Namespace