[]
ITagHelper implementation for TooltipBase.
public class TooltipBaseTagHelper<TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : TooltipBase
Public Class TooltipBaseTagHelper(Of TControl As TooltipBase)
Inherits SettingTagHelper(Of TControl)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| TControl |
| Name | Description |
|---|---|
| TooltipBaseTagHelper() |
| Name | Description |
|---|---|
| CollectionName | Gets the collection name. |
| CssClass | Configurates CssClass. Sets the tooltip CSS class |
| Gap | Configurates Gap. Sets the distance between the tooltip and the target element. |
| HideDelay | Configurates HideDelay. Sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element. |
| IsContentHtml | Configurates IsContentHtml. Sets whether the tooltip contents should be displayed as plain text or as HTML. |
| Popup | Configurates the OnClientPopup client event. Occurs before the tooltip content is displayed. |
| Position | Configurates Position. Sets the PopupPosition where the tooltip should be displayed with respect to the owner element. |
| ShowAtMouse | Configurates ShowAtMouse. Sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element. |
| ShowDelay | Configurates ShowDelay. Sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element. |
| Trigger | Configurates Trigger. Sets the TooltipTrigger that determines how the tooltip should be triggered. |