Skip to main content
A newer version of this page is available. .
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.v19.1.dll

Declaration

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

Property Value

Type
PostedFile
See Also