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