Class AbpPopoverTagHelperService
Inheritance
System.Object
AbpPopoverTagHelperService
Implements
ITransientDependency
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpPopoverTagHelperService : AbpTagHelperService<AbpPopoverTagHelper>, IAbpTagHelperService<AbpPopoverTagHelper>, ITransientDependency
Constructors
AbpPopoverTagHelperService(IHtmlGenerator)
Declaration
public AbpPopoverTagHelperService(IHtmlGenerator htmlGenerator)
Parameters
Type |
Name |
Description |
IHtmlGenerator |
htmlGenerator |
|
Properties
HtmlGenerator
Declaration
protected IHtmlGenerator HtmlGenerator { get; }
Property Value
Type |
Description |
IHtmlGenerator |
|
Methods
GetDataContent()
Declaration
protected virtual string GetDataContent()
Returns
Type |
Description |
System.String |
|
GetDirectory()
Declaration
protected virtual PopoverDirectory GetDirectory()
Returns
IsDismissibleOrHoverable()
Declaration
protected virtual bool IsDismissibleOrHoverable()
Returns
Type |
Description |
System.Boolean |
|
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.AbpTagHelperService<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Popover.AbpPopoverTagHelper>.Process(TagHelperContext, TagHelperOutput)
SetDataPlacement(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetDataPlacement(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
SetDataToggle(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetDataToggle(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
SetDataTriggerIfDismissible(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetDataTriggerIfDismissible(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
SetDataTriggerIfHoverable(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetDataTriggerIfHoverable(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
SetDisabled(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetDisabled(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
SetPopoverData(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetPopoverData(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
Implements
ITransientDependency
Extension Methods