Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current 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.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Option(String, Object)
|
Specifies an option by its name.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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.
|
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.
|