AllowedFileExtensions Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| UploaderValidateOption..::..AllowedFileExtensions Property |
| UploaderValidateOption Class See Also Send Feedback |
Gets or sets the allowed file extensions for uploading.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public string AllowedFileExtensions { get; set; } |
| Visual Basic |
|---|
Public Property AllowedFileExtensions As String Get Set |