This documentation is for the old version. Go to the latest Upload Suite docs

BaseFileInfo.ContentType Property

Gets the value of the Content-type HTTP header.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

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

Property Value

The value of the Content-type HTTP header.

See Also

Reference