Skip to main content

BootstrapTabBuilder Methods

Represents an individual tab.
Name Description
ActiveTabCssClass(String) Sets the name of a CSS class applied to the current tab when the tab is active.
ActiveTabIconCssClass(String) Sets the CSS class of the icon displayed by the current tab when the tab is active.
ActiveTabTemplate(TemplateContent) Sets a template used for displaying the content of the current tab when it’s active.
ActiveTabTemplate(TemplateContentCallback<BootstrapTabControlTemplateContainerSettings>) Sets a template used for displaying the content of the current tab when it’s active.
ActiveTabTextTemplate(TemplateContent) Sets a template used for displaying the text content of the current tab when it’s active.
ActiveTabTextTemplate(TemplateContentCallback<BootstrapTabControlTemplateContainerSettings>) Sets a template used for displaying the text content of the current tab when it’s active.
Badge(Action<BootstrapBadgePropertiesBuilder>) Settings of a badge displayed within the tab.
ClientEnabled(Boolean) Sets a value that indicates whether the tab (or tab page) is enabled on the client.
ClientVisible(Boolean) Sets a value that specifies the tab’s initial visibility state on the client.
Enabled(Boolean) Sets a value that indicates whether the current tab is enabled, allowing the tab to respond to end-user interactions.
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.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Sets the unique identifier name for the current tab object.
NavigateUrl(Action<ControlRouteBuilder>) Sets an URL which defines the navigation location.
NavigateUrl(String) Sets an URL which defines the navigation location.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
TabCssClass(String) Sets the name of a CSS class applied to the tab.
TabIconCssClass(String) Sets the CSS class of the icon displayed by the current tab.
TabTemplate(TemplateContent) Sets a template used to display the content of the current tab.
TabTemplate(TemplateContentCallback<BootstrapTabControlTemplateContainerSettings>) Sets a template used to display the content of the current tab.
TabTextTemplate(TemplateContent) Sets a template used to display the text content of the current tab.
TabTextTemplate(TemplateContentCallback<BootstrapTabControlTemplateContainerSettings>) Sets a template used to display the text content of the current tab.
Target(String) Sets the window or frame at which to tarthe contents of the URL associated with the current tab.
Text(String) Sets the text content of the current tab (tab page) object.
TextCssClass(String) Sets the name of a CSS class applied to the tab’s text.
ToolTip(String) Sets the current tab’s tooltip text.
ToString() Returns a string that represents the current object. Inherited from Object.
Visible(Boolean) Sets a value specifying the visibility of the current tab (tab page).
VisibleIndex(Int32) Sets a value specifying the position of the current tab (tabbed page) amongst the visible tabs (tabbed pages) in a tab control.
See Also