UploadedFile.PostedFile Property
Obsolete. Gets the uploaded file's underlying object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[Obsolete("Use members available at the UploadedFile object level instead.")]
public PostedFile PostedFile { get; }
<Obsolete("Use members available at the UploadedFile object level instead.")>
Public ReadOnly Property PostedFile As PostedFile
Property Value
Type |
---|
PostedFile |
See Also
Feedback