Gets the MIME content type of a file sent by a client.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0

Syntax

C#
public string ContentType { get; }
Visual Basic (Declaration)
Public ReadOnly Property ContentType As String

Field Value

Type: System..::.String
The MIME content type of the rejected file.

See Also