HtmlEditorImageUploadBuilder Methods
Image upload settings.Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
FileUploaderOptions(Action<FileUploaderOptionsBuilder>) | Specifies the file uploader options. |
FileUploadMode(HtmlEditorImageUploadFileUploadMode) | Specifies how the HtmlEditor UI component uploads files. Mirrors the client-side fileUploadMode option. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Option(String, Object) | Specifies an option by its name. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Tabs(Action<CollectionFactory<HtmlEditorImageUploadTabItemBuilder>>) | Contains an array of tabs in the 'Add an Image' dialog. Mirrors the client-side tabs option. |
Tabs(IEnumerable<HtmlEditorImageUploadTab>) | Contains an array of tabs in the 'Add an Image' dialog. Mirrors the client-side tabs option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UploadDirectory(JS) | Specifies a target directory for uploaded images. Mirrors the client-side uploadDirectory option. |
UploadDirectory(String) | Specifies a target directory for uploaded images. Mirrors the client-side uploadDirectory option. |
UploadUrl(JS) | Specifies a target Url for the upload request. Mirrors the client-side uploadUrl option. |
UploadUrl(String) | Specifies a target Url for the upload request. Mirrors the client-side uploadUrl option. |
See Also