Class AbpPopoverTagHelper
Inheritance
object
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
AbpPopoverTagHelper
Implements
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent
Inherited Members
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper.Init(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext)
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper.Process(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper.ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper.Order
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Popover
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
[HtmlTargetElement("button", Attributes = "abp-popover")]
[HtmlTargetElement("button", Attributes = "abp-popover-right")]
[HtmlTargetElement("button", Attributes = "abp-popover-left")]
[HtmlTargetElement("button", Attributes = "abp-popover-top")]
[HtmlTargetElement("button", Attributes = "abp-popover-bottom")]
[HtmlTargetElement("abp-button", Attributes = "abp-popover")]
[HtmlTargetElement("abp-button", Attributes = "abp-popover-right")]
[HtmlTargetElement("abp-button", Attributes = "abp-popover-left")]
[HtmlTargetElement("abp-button", Attributes = "abp-popover-top")]
[HtmlTargetElement("abp-button", Attributes = "abp-popover-bottom")]
public class AbpPopoverTagHelper : AbpTagHelper<AbpPopoverTagHelper, AbpPopoverTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
AbpPopoverTagHelper(AbpPopoverTagHelperService)
Declaration
public AbpPopoverTagHelper(AbpPopoverTagHelperService tagHelperService)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpPopoverTagHelperService | tagHelperService |
Properties
AbpPopover
Declaration
public string AbpPopover { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AbpPopoverBottom
Declaration
public string AbpPopoverBottom { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AbpPopoverLeft
Declaration
public string AbpPopoverLeft { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AbpPopoverRight
Declaration
public string AbpPopoverRight { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AbpPopoverTop
Declaration
public string AbpPopoverTop { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Disabled
Declaration
public bool? Disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Dismissible
Declaration
public bool? Dismissible { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Hoverable
Declaration
public bool? Hoverable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Implements
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent