Skip to main content

BootstrapBinaryImageBuilder Methods

Represents an editor capable of displaying images from a binary stream.
Name Description
AlternateText(String) Inherited from BootstrapBinaryImageBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapBinaryImageBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapBinaryImageBuilderBase<T>.
ClientSideEvents(Action<BootstrapBinaryImageClientSideEventsBuilder>) Inherited from BootstrapBinaryImageBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapBinaryImageBuilderBase<T>.
CssClasses(Action<BootstrapImageEditCssClassesBuilder>) Provides access to CSS classes applied to visual elements of the Binary Image control.
DescriptionUrl(String) Inherited from BootstrapBinaryImageBuilderBase<T>.
EmptyImageUrl(String) Inherited from BootstrapBinaryImageBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapBinaryImageBuilderBase<T>.
Enabled(Boolean) Inherited from BootstrapControlBuilder<T>.
EncodeHtml(Boolean) Inherited from BootstrapControlBuilder<T>.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(Int32) Inherited from BootstrapControlBuilder<T>.
Height(String) Inherited from BootstrapControlBuilder<T>.
ImageAlign(ImageAlign) Inherited from BootstrapBinaryImageBuilderBase<T>.
ImageSizeMode(ImageSizeMode) Inherited from BootstrapBinaryImageBuilderBase<T>.
LoadingImageUrl(String) Inherited from BootstrapBinaryImageBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Inherited from BootstrapControlBuilder<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowLoadingImage(Boolean) Inherited from BootstrapBinaryImageBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapBinaryImageBuilderBase<T>.
ToolTip(String) Inherited from BootstrapBinaryImageBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
Value(Object) Specifies the editor’s value.
Visible(Boolean) Inherited from BootstrapControlBuilder<T>.
Width(Int32) Inherited from BootstrapControlBuilder<T>.
Width(String) Inherited from BootstrapControlBuilder<T>.
WriteTo(TextWriter, HtmlEncoder) Inherited from BootstrapControlBuilder<T>.
See Also