Skip to content

IUploadEditor.DisableDefaultBehavior property

If you don't want FileUploadBehavior / MultipleFileUploadBehavior to process this upload, and want to handle it manually, set it to true (not recommended).

public bool DisableDefaultBehavior { get; }

See Also