Skip to main content
Tab

UploadedFile.PostedFile Property

OBSOLETE

Use members available at the UploadedFile object level instead.

Gets the uploaded file’s underlying object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use members available at the UploadedFile object level instead.")]
public PostedFile PostedFile { get; }

Property Value

Type
PostedFile
See Also