[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.TooltipBaseTagHelper-1

TooltipBaseTagHelper<TControl> Class

ITagHelper implementation for TooltipBase.

Inheritance
BaseTagHelper<TControl>
TooltipBaseTagHelper<TControl>
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class TooltipBaseTagHelper<TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : TooltipBase
Type Parameters
Name Description
TControl

Constructors

Name Description
TooltipBaseTagHelper()

Properties

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.