Back to product page

Type property


Holds MIME type of uploaded part.

Type

String

Syntax

  • C#
  • VB.NET
String Type {get; };

ReadOnly Property Type As String

Remarks

Type property returns MIME content type of the part, if provided. Usually this is provided when part holds uploaded file. If part holds data of some variable user entered on the form, this property will be empty.

Platforms

Windows