Class AbpPopoverTagHelperService
Inheritance
object
AbpPopoverTagHelperService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
| Microsoft.AspNetCore.Mvc.ViewFeatures.IHtmlGenerator |
htmlGenerator |
|
Properties
HtmlGenerator
Declaration
protected IHtmlGenerator HtmlGenerator { get; }
Property Value
| Type |
Description |
| Microsoft.AspNetCore.Mvc.ViewFeatures.IHtmlGenerator |
|
Methods
GetDataContent()
Declaration
protected virtual string GetDataContent()
Returns
GetDirectory()
Declaration
protected virtual PopoverDirectory GetDirectory()
Returns
IsDismissibleOrHoverable()
Declaration
protected virtual bool IsDismissibleOrHoverable()
Returns
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.AbpTagHelperService<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Popover.AbpPopoverTagHelper>.Process(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)
SetDataPlacement(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetDataPlacement(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
SetDataToggle(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetDataToggle(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
SetDataTriggerIfDismissible(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetDataTriggerIfDismissible(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
SetDataTriggerIfHoverable(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetDataTriggerIfHoverable(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
SetDisabled(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetDisabled(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
SetPopoverData(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetPopoverData(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
Implements
Extension Methods