Class AbpPopoverTagHelper
Inheritance
System.Object
AbpPopoverTagHelper
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpPopoverTagHelper : AbpTagHelper<AbpPopoverTagHelper, AbpPopoverTagHelperService>, ITransientDependency
Constructors
AbpPopoverTagHelper(AbpPopoverTagHelperService)
Declaration
public AbpPopoverTagHelper(AbpPopoverTagHelperService tagHelperService)
Parameters
Properties
AbpPopover
Declaration
public string AbpPopover { get; set; }
Property Value
Type |
Description |
System.String |
|
AbpPopoverBottom
Declaration
public string AbpPopoverBottom { get; set; }
Property Value
Type |
Description |
System.String |
|
AbpPopoverLeft
Declaration
public string AbpPopoverLeft { get; set; }
Property Value
Type |
Description |
System.String |
|
AbpPopoverRight
Declaration
public string AbpPopoverRight { get; set; }
Property Value
Type |
Description |
System.String |
|
AbpPopoverTop
Declaration
public string AbpPopoverTop { get; set; }
Property Value
Type |
Description |
System.String |
|
Disabled
Declaration
public bool? Disabled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Dismissible
Declaration
public bool? Dismissible { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Hoverable
Declaration
public bool? Hoverable { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Implements
ITransientDependency
Extension Methods