Class AbpTooltipTagHelper
Inheritance
System.Object
AbpTooltipTagHelper
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public class AbpTooltipTagHelper : AbpTagHelper<AbpTooltipTagHelper, AbpTooltipTagHelperService>, ITransientDependency
Constructors
Declaration
public AbpTooltipTagHelper(AbpTooltipTagHelperService tagHelperService)
Parameters
Properties
Declaration
public string AbpTooltip { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string AbpTooltipBottom { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string AbpTooltipLeft { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string AbpTooltipRight { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string AbpTooltipTop { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
ITransientDependency
Extension Methods