UploadItemContentType Property

Gets the file content type (mime type) for the upload item. This property is determined from the value of Name (from file extension).

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.8
C#
public string ContentType { get; }

Property Value

String

See Also