Gets the MIME content type of a file sent by a client.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0
Syntax
| C# |
|---|
public string ContentType { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ContentType As String |
Field Value
Type: System..::.StringThe MIME content type of the rejected file.
