Skip to main content

BootstrapButtonBuilder Methods

Represents the button control.
Name Description
AllowFocus(Boolean) Inherited from BootstrapButtonBuilderBase<T>.
Badge(Action<BootstrapBadgePropertiesBuilder>) Inherited from BootstrapButtonBuilderBase<T>.
Checked(Boolean) Inherited from BootstrapButtonBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapButtonBuilderBase<T>.
ClientSideEvents(Action<ButtonClientSideEventsBuilder>) Inherited from BootstrapButtonBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapButtonBuilderBase<T>.
CssClasses(Action<BootstrapButtonCssClassesBuilder>) Inherited from BootstrapButtonBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapButtonBuilderBase<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.
GroupName(String) Inherited from BootstrapButtonBuilderBase<T>.
Height(Int32) Inherited from BootstrapControlBuilder<T>.
Height(String) Inherited from BootstrapControlBuilder<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.
Route(Action<ControlRouteBuilder>) Inherited from BootstrapButtonBuilderBase<T>.
SettingsBootstrap(Action<BootstrapButtonBootstrapSpecificSettingsBuilder>) Inherited from BootstrapButtonBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapButtonBuilderBase<T>.
Text(String) Inherited from BootstrapButtonBuilderBase<T>.
ToolTip(String) Inherited from BootstrapButtonBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
UseSubmitBehavior(Boolean) Inherited from BootstrapButtonBuilderBase<T>.
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