UploadedFile.PostedFile Property
In This Article
OBSOLETE
Use members available at the Uploaded
Gets the uploaded file’s underlying object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use members available at the UploadedFile object level instead.")]
public PostedFile PostedFile { get; }
#Property Value
Type |
---|
Posted |
See Also