Skip to main content
Tab

UploadedFile.ContentType Property

Gets the MIME content type of the uploaded file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string ContentType { get; }

#Property Value

Type Description
String

The MIME content type of the uploaded file.

See Also