File Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| UploadPersistedFile..::..File Property |
| UploadPersistedFile Class See Also Send Feedback |
Get an object which contains the uploaded file.
The object can persist across postbacks.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public PersistedFile File { get; } |
| Visual Basic |
|---|
Public ReadOnly Property File As PersistedFile Get |
| Visual C++ |
|---|
public: property PersistedFile^ File { PersistedFile^ get (); } |