Skip to main content

BootstrapTabCollection.Add Method

Name Parameters Description
Add() none Adds a new tab to the end of the collection and returns the newly created object.
Add(String, String, String, String, String) text, name, iconCssClass, navigateUrl, target Adds a new tab to the collection and specifies the tab’s display text, name, associated image and URL as well as the target of the URL content.
Add(String, String, String, String) text, name, iconCssClass, navigateUrl Adds a new tab to the collection and specifies the tab’s display text, name, associated image and URL.
Add(String, String, String) text, name, iconCssClass Adds a new tab to the collection and specifies the tab’s display text, name and associated image.
Add(String, String) text, name Adds a new tab to the collection and specifies the tab’s display text and name.
Add(String) text Adds a new tab to the collection and specifies the tab’s display text.