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.v24.1.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