Class AbpTagHelperService<TTagHelper>
Inheritance
object
AbpTagHelperService<TTagHelper>
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 abstract class AbpTagHelperService<TTagHelper> : IAbpTagHelperService<TTagHelper>, ITransientDependency where TTagHelper : TagHelper
Type Parameters
| Name |
Description |
| TTagHelper |
|
Constructors
AbpTagHelperService()
Declaration
protected AbpTagHelperService()
Fields
AbpAccordionParentIdPlaceholder
Declaration
protected const string AbpAccordionParentIdPlaceholder = "{_Parent_Accordion_Id_}"
Field Value
AbpBreadcrumbItemActivePlaceholder
Declaration
protected const string AbpBreadcrumbItemActivePlaceholder = "{_Breadcrumb_Active_Placeholder_}"
Field Value
AbpCarouselItemActivePlaceholder
Declaration
protected const string AbpCarouselItemActivePlaceholder = "{_CarouselItem_Active_Placeholder_}"
Field Value
AbpFormContentPlaceHolder
Declaration
protected const string AbpFormContentPlaceHolder = "{_AbpFormContentPlaceHolder_}"
Field Value
AbpTabDropdownItemsActivePlaceholder
Declaration
protected const string AbpTabDropdownItemsActivePlaceholder = "{_Tab_DropDown_Items_Placeholder_}"
Field Value
AbpTabItemActivePlaceholder
Declaration
protected const string AbpTabItemActivePlaceholder = "{_Tab_Active_Placeholder_}"
Field Value
AbpTabItemSelectedPlaceholder
Declaration
protected const string AbpTabItemSelectedPlaceholder = "{_Tab_Selected_Placeholder_}"
Field Value
AbpTabItemShowActivePlaceholder
Declaration
protected const string AbpTabItemShowActivePlaceholder = "{_Tab_Show_Active_Placeholder_}"
Field Value
AccordionItems
Declaration
protected const string AccordionItems = "AccordionItems"
Field Value
BreadcrumbItemsContent
Declaration
protected const string BreadcrumbItemsContent = "BreadcrumbItemsContent"
Field Value
CarouselItemsContent
Declaration
protected const string CarouselItemsContent = "CarouselItemsContent"
Field Value
FormGroupContents
Declaration
protected const string FormGroupContents = "FormGroupContents"
Field Value
TabItemNamePlaceHolder
Declaration
protected const string TabItemNamePlaceHolder = "{_Tab_Tag_Name_Placeholder_}"
Field Value
TabItems
Declaration
protected const string TabItems = "TabItems"
Field Value
TabItemsDataTogglePlaceHolder
Declaration
protected const string TabItemsDataTogglePlaceHolder = "{_data_toggle_Placeholder_}"
Field Value
Properties
Order
Declaration
public virtual int Order { get; }
Property Value
TagHelper
Declaration
public TTagHelper TagHelper { get; }
Property Value
| Type |
Description |
| TTagHelper |
|
Methods
Init(TagHelperContext)
Declaration
public virtual void Init(TagHelperContext context)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
Process(TagHelperContext, TagHelperOutput)
Declaration
public virtual void Process(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
public virtual Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
Extension Methods