NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpPostedFile.ContentType

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;

See Also

HttpPostedFile Class | HttpPostedFile Members | System.Web Namespace